package pbkdf2
import "crypto/internal/fips140/pbkdf2"
Index ¶
Functions ¶
func Key ¶
func Key[Hash fips140.Hash](h func() Hash, password string, salt []byte, iter, keyLength int) ([]byte, error)
Source Files ¶
- Version
- v1.24.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 9 minutes ago –
Tools for package owners.