//
pkg.gl
Category
github.com/go-crypt/x
pbkdf2
package
0.2.18
Repository:
https://github.com/go-crypt/x.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
40 SLOC
#
README
Status
Source:
https://github.com/golang/crypto/tree/7b82a4e95df4499652dca2c0d4185de9fffbdc8f/pbkdf2
#
Functions
Key
Key derives a key from the password, salt and iteration count, returning a []byte of length keylen that can be used as cryptographic key.