curve25519_dalek::constants

Constant RISTRETTO_BASEPOINT_POINT

Source
pub const RISTRETTO_BASEPOINT_POINT: RistrettoPoint;
Expand description

The Ristretto basepoint, as a RistrettoPoint.

This is called _POINT to distinguish it from _TABLE, which provides fast scalar multiplication.