package pbkdf2
import "crypto/internal/fips140/pbkdf2"
Index
Functions
func Key
func Key[Hash hash.Hash](h func() Hash, password string, salt []byte, iter, keyLength int) ([]byte, error)
import "crypto/internal/fips140/pbkdf2"
func Key[Hash hash.Hash](h func() Hash, password string, salt []byte, iter, keyLength int) ([]byte, error)