var golang.org/x/crypto/curve25519.Basepoint

4 uses

	golang.org/x/crypto/curve25519 (current package)
		curve25519.go#L41: var Basepoint []byte
		curve25519.go#L45: func init() { Basepoint = basePoint[:] }
		curve25519.go#L48: 	if subtle.ConstantTimeCompare(Basepoint, []byte{
		curve25519.go#L83: 	if &point[0] == &Basepoint[0] {