func golang.org/x/crypto/pbkdf2.Key
4 uses
golang.org/x/crypto/pbkdf2 (current package)
pbkdf2.go#L42: func Key(password, salt []byte, iter, keyLen int, h func() hash.Hash) []byte {
github.com/gotd/td/internal/crypto/srp
hash.go#L117: return pbkdf2.Key(ph1, salt1, n, 64, sha512.New)
github.com/gotd/td/session/tdesktop
local_key.go#L24: key := pbkdf2.Key(passcode, salt, iters, len(r), sha1.New)
local_key.go#L41: key := pbkdf2.Key(h.Sum(nil), salt, iters, len(r), sha512.New)
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |