Constant curve25519_dalek::constants::RISTRETTO_BASEPOINT_POINT
[−]
[src]
pub const RISTRETTO_BASEPOINT_POINT: RistrettoPoint=
RistrettoPoint(ED25519_BASEPOINT_POINT)
The Ed25519 basepoint, as a RistrettoPoint
. This is called _POINT
to distinguish it from
_TABLE
, which provides fast scalar multiplication.