...

Package pbkdf2

import "crypto/internal/fips140/pbkdf2"
Overview
Index

Overview ▾

func Key

func Key[Hash fips140.Hash](h func() Hash, password string, salt []byte, iter, keyLength int) ([]byte, error)