func crypto/internal/fips140/pbkdf2.Key
3 uses
crypto/internal/fips140/pbkdf2 (current package)
cast.go#L33: mk, err := Key(sha256.New, "password", salt, 2, 14)
pbkdf2.go#L23: func Key[Hash hash.Hash](h func() Hash, password string, salt []byte, iter, keyLength int) ([]byte, error) {
crypto/pbkdf2
pbkdf2.go#L53: return pbkdf2.Key(fh, password, salt, iter, keyLength)
 |
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. |