func golang.org/x/crypto/curve25519.x25519

2 uses

	golang.org/x/crypto/curve25519 (current package)
		curve25519.go#L71: 	return x25519(&dst, scalar, point)
		curve25519.go#L74: func x25519(dst *[32]byte, scalar, point []byte) ([]byte, error) {