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

2 uses

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

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