func crypto/sha512.New
8 uses
crypto/sha512 (current package)
sha512.go#L22: crypto.RegisterHash(crypto.SHA512, New)
sha512.go#L49: func New() hash.Hash {
sha512.go#L88: h := New()
crypto/ecdsa
ecdsa.go#L419: sig, err := ecdsa.Sign(c, sha512.New, k, rand, hash)
crypto/hpke
kdf.go#L67: var hkdfSHA512 = &hkdfKDF{hash: sha512.New, id: 0x0003, nH: sha512.Size}
github.com/gotd/td/crypto/srp
hash.go#L117: return pbkdf2.Key(ph1, salt1, n, 64, sha512.New)
github.com/gotd/td/session/tdesktop
local_key.go#L37: h := sha512.New()
local_key.go#L42: key := pbkdf2.Key(h.Sum(nil), salt, iters, len(r), sha512.New)
 |
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. |