Constant curve25519_dalek::constants::BASEPOINT_ORDER
source · pub const BASEPOINT_ORDER: Scalar;
Expand description
BASEPOINT_ORDER
is the order of the Ristretto group and of the Ed25519 basepoint, i.e.,
$$
\ell = 2^{252} + 27742317777372353535851937790883648493.
$$