package hkdf Import Path crypto/internal/fips140/hkdf (on go.dev) Dependency Relation imports 6 packages, and imported by 3 packages Involved Source Files cast.go hkdf.go Package-Level Functions (total 4, in which 3 are exported) func Expand[H](h func() H, pseudorandomKey []byte, info string, keyLen int) []byte Type Parameters: H: fips140.Hash func Extract[H](h func() H, secret, salt []byte) []byte Type Parameters: H: fips140.Hash func Key[H](h func() H, secret, salt []byte, info string, keyLen int) []byte Type Parameters: H: fips140.Hash /* one unexported ... *//* one unexported: */ func init()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)