func crypto/pbkdf2.Key
2 uses
crypto/pbkdf2 (current package)
pbkdf2.go#L40: func Key[Hash hash.Hash](h func() Hash, password string, salt []byte, iter, keyLength int) ([]byte, error) {
golang.org/x/crypto/pbkdf2
pbkdf2.go#L24: out, err := pbkdf2.Key(h, string(password), salt, iter, keyLen)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |