Constant curve25519_dalek_ng::constants::ED25519_BASEPOINT_POINT [−][src]
pub const ED25519_BASEPOINT_POINT: EdwardsPoint;
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).