package hkdf
import "crypto/internal/fips140/hkdf"
Index
- func Expand(h func() H, pseudorandomKey []byte, info string, keyLen int) []byte
- func Extract(h func() H, secret, salt []byte) []byte
- func Key(h func() H, secret, salt []byte, info string, keyLen int) []byte
Functions
func Expand
func Expand[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLen int) []byte
func Extract
func Extract[H hash.Hash](h func() H, secret, salt []byte) []byte
func Key
func Key[H hash.Hash](h func() H, secret, salt []byte, info string, keyLen int) []byte