func crypto/internal/fips140/hkdf.Extract
4 uses
crypto/internal/fips140/hkdf (current package)
hkdf.go#L13: func Extract[H hash.Hash](h func() H, secret, salt []byte) []byte {
hkdf.go#L55: prk := Extract(h, secret, salt)
crypto/internal/fips140/tls13
tls13.go#L46: return hkdf.Extract(hash, newSecret, currentSecret)
crypto/hkdf
hkdf.go#L32: return hkdf.Extract(fh, secret, salt), nil
![]() |
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. |