func crypto/sha1.New
19 uses
crypto/sha1 (current package)
sha1.go#L21: crypto.RegisterHash(crypto.SHA1, New)
sha1.go#L115: func New() hash.Hash {
crypto/tls
cipher_suites.go#L431: h := sha1.New
key_agreement.go#L109: hsha1 := sha1.New()
prf.go#L53: hashSHA1 := sha1.New
prf.go#L166: return finishedHash{sha1.New(), sha1.New(), md5.New(), md5.New(), buffer, version, prf}
github.com/coder/websocket
accept.go#L373: h := sha1.New()
github.com/gotd/td/crypto
keys_old.go#L13: h := sha1.New() // #nosec G401
keys_old.go#L25: h := sha1.New() // #nosec G401
keys_old.go#L38: h := sha1.New() // #nosec G401
keys_old.go#L50: h := sha1.New() // #nosec G401
rsa_fingerprint.go#L23: h := sha1.New() // #nosec
github.com/gotd/td/session/tdesktop
local_key.go#L25: key := pbkdf2.Key(passcode, salt, iters, len(r), sha1.New)
github.com/refraction-networking/utls
cipher_suites.go#L426: h := sha1.New
key_agreement.go#L108: hsha1 := sha1.New()
prf.go#L54: hashSHA1 := sha1.New
prf.go#L167: return finishedHash{sha1.New(), sha1.New(), md5.New(), md5.New(), buffer, version, prf}
 |
The pages are generated with Golds v0.8.4. (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. |