func golang.org/x/crypto/hkdf.Extract

2 uses

	golang.org/x/crypto/hkdf (current package)
		hkdf.go#L27: func Extract(hash func() hash.Hash, secret, salt []byte) []byte {
		hkdf.go#L98: 	prk := Extract(hash, secret, salt)