func crypto/internal/fips140hash.UnwrapNew
7 uses
crypto/internal/fips140hash (current package)
hash.go#L32: func UnwrapNew[Hash hash.Hash](newHash func() Hash) func() hash.Hash {
crypto/ecdsa
ecdsa.go#L453: h := fips140hash.UnwrapNew(hashFunc.New)
crypto/hkdf
hkdf.go#L28: fh := fips140hash.UnwrapNew(h)
hkdf.go#L43: fh := fips140hash.UnwrapNew(h)
hkdf.go#L60: fh := fips140hash.UnwrapNew(h)
crypto/hmac
hmac.go#L47: h = fips140hash.UnwrapNew(h)
crypto/pbkdf2
pbkdf2.go#L41: fh := fips140hash.UnwrapNew(h)
![]() |
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. |