Constant curve25519_dalek::constants::BASEPOINT_ORDER
source ยท pub const BASEPOINT_ORDER: Scalar;
๐Deprecated since 4.1.1: Should not have been in public API
Expand description
BASEPOINT_ORDER
is the order of the Ristretto group and of the Ed25519 basepoint, i.e.,
$$
\ell = 2^{252} + 27742317777372353535851937790883648493.
$$