func golang.org/x/crypto/argon2.Key

2 uses

	golang.org/x/crypto/argon2 (current package)
		argon2.go#L72: func Key(password, salt []byte, time, memory uint32, threads uint8, keyLen uint32) []byte {

	go.pact.im/x/crypt
		argon2.go#L120: 		output = argon2.Key([]byte(k), salt, time, memory, threads, keyLen)