func crypto/internal/fips140/sha512.New
11 uses
crypto/internal/fips140/sha512 (current package)
cast.go#L29: h := New()
sha512.go#L204: func New() *Digest {
crypto/internal/fips140/ecdsa
cast.go#L57: drbg := newDRBG(sha512.New, k.d, bits2octets(P256(), hash), nil)
cast.go#L91: drbg := newDRBG(sha512.New, Z, nil, plainPersonalizationString(persStr))
cast.go#L123: drbg := newDRBG(sha512.New, k.d, bits2octets(P256(), hash), nil)
crypto/internal/fips140/ed25519
ed25519.go#L92: hs := sha512.New()
ed25519.go#L119: hs := sha512.New()
ed25519.go#L217: mh := sha512.New()
ed25519.go#L234: kh := sha512.New()
ed25519.go#L299: kh := sha512.New()
crypto/sha512
sha512.go#L53: return 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. |