pub const ED25519_BASEPOINT_POINT: EdwardsPoint;Available on
curve25519_dalek_bits="64" only.Expand description
The Ed25519 basepoint, as an EdwardsPoint.
This is called _POINT to distinguish it from
ED25519_BASEPOINT_TABLE, which should be used for scalar
multiplication (it’s much faster).