func crypto/sha1.New
21 uses
crypto/sha1 (current package)
sha1.go#L19: crypto.RegisterHash(crypto.SHA1, New)
sha1.go#L121: func New() hash.Hash {
crypto/tls
cipher_suites.go#L252: return hmac.New(newConstantTimeHash(sha1.New), key)
key_agreement.go#L84: hsha1 := sha1.New()
prf.go#L49: hashSHA1 := sha1.New
prf.go#L154: return finishedHash{sha1.New(), sha1.New(), md5.New(), md5.New(), buffer, version, prf}
github.com/evanw/esbuild/internal/bundler
linker.go#L4593: hash := sha1.New()
github.com/go-git/go-git/v5/plumbing
hash.go#L49: h := Hasher{sha1.New()}
github.com/go-git/go-git/v5/plumbing/format/idxfile
encoder.go#L19: h := sha1.New()
github.com/go-git/go-git/v5/plumbing/format/index
decoder.go#L52: h := sha1.New()
encoder.go#L32: h := sha1.New()
github.com/go-git/go-git/v5/plumbing/format/packfile
encoder.go#L31: Hash: sha1.New(),
github.com/go-redis/redis/v8
script.go#L29: h := sha1.New()
golang.org/x/crypto/openpgp/packet
private_key.go#L257: h := sha1.New()
public_key.go#L307: fingerPrint := sha1.New()
symmetrically_encrypted.go#L81: h := sha1.New()
symmetrically_encrypted.go#L285: h := sha1.New()
golang.org/x/crypto/ssh
mac.go#L56: return hmac.New(sha1.New, key)
mac.go#L59: return truncatingMAC{12, hmac.New(sha1.New, key)}
golang.org/x/crypto/ssh/knownhosts
knownhosts.go#L510: mac := hmac.New(sha1.New, salt)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |