func golang.org/x/crypto/pbkdf2.Key
4 uses
golang.org/x/crypto/pbkdf2 (current package)
pbkdf2.go#L23: func Key(password, salt []byte, iter, keyLen int, h func() hash.Hash) []byte {
github.com/gotd/td/crypto/srp
hash.go#L117: return pbkdf2.Key(ph1, salt1, n, 64, sha512.New)
github.com/gotd/td/session/tdesktop
local_key.go#L25: key := pbkdf2.Key(passcode, salt, iters, len(r), sha1.New)
local_key.go#L42: key := pbkdf2.Key(h.Sum(nil), salt, iters, len(r), sha512.New)
 |
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. |