func crypto/sha1.New
8 uses
crypto/sha1 (current package)
sha1.go#L20: crypto.RegisterHash(crypto.SHA1, New)
sha1.go#L105: func New() hash.Hash {
crypto/tls
cipher_suites.go#L427: h := sha1.New
key_agreement.go#L108: hsha1 := sha1.New()
prf.go#L49: hashSHA1 := sha1.New
prf.go#L163: return finishedHash{sha1.New(), sha1.New(), md5.New(), md5.New(), buffer, version, prf}
github.com/google/uuid
hash.go#L52: return NewHash(sha1.New(), space, data, 5)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |