func crypto/sha512.New
9 uses
crypto/sha512 (current package)
sha512.go#L23: crypto.RegisterHash(crypto.SHA512, New)
sha512.go#L208: func New() hash.Hash {
crypto/ecdsa
ecdsa.go#L432: md := sha512.New()
crypto/ed25519
ed25519.go#L220: mh := sha512.New()
ed25519.go#L237: kh := sha512.New()
ed25519.go#L318: kh := sha512.New()
github.com/gotd/td/internal/crypto/srp
hash.go#L117: return pbkdf2.Key(ph1, salt1, n, 64, sha512.New)
github.com/gotd/td/session/tdesktop
local_key.go#L36: h := sha512.New()
local_key.go#L41: key := pbkdf2.Key(h.Sum(nil), salt, iters, len(r), sha512.New)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |