func crypto/internal/fips140/hkdf.Key
3 uses
crypto/internal/fips140/hkdf (current package)
cast.go#L27: got := Key(sha256.New, input, input, string(input), len(want))
hkdf.go#L54: func Key[H hash.Hash](h func() H, secret, salt []byte, info string, keyLen int) []byte {
crypto/hkdf
hkdf.go#L70: return hkdf.Key(fh, secret, salt, info, keyLength), 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. |