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)
Source Files ¶
- Version
- v1.26.2 (latest)
- Published
- Mar 27, 2026
- Platform
- darwin/amd64
- Imports
- 7 packages
- Last checked
- 8 minutes ago –
Tools for package owners.