[][src]Constant curve25519_dalek::constants::ED25519_BASEPOINT_POINT

pub const ED25519_BASEPOINT_POINT: EdwardsPoint

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).