func golang.org/x/crypto/pbkdf2.Key
2 uses
golang.org/x/crypto/pbkdf2 (current package)
pbkdf2.go#L42: func Key(password, salt []byte, iter, keyLen int, h func() hash.Hash) []byte {
mellium.im/sasl
scram.go#L223: saltedPassword := pbkdf2.Key(password, salt, iter, fn().Size(), fn)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)