Expand description
Various constants, such as the Ristretto and Ed25519 basepoints.
Constants§
- BASEPOINT_
ORDER Deprecated BASEPOINT_ORDER
is the order of the Ristretto group and of the Ed25519 basepoint, i.e., $$ \ell = 2^{252} + 27742317777372353535851937790883648493. $$- ED25519_
BASEPOINT_ COMPRESSED - The Ed25519 basepoint, in
CompressedEdwardsY
format. - ED25519_
BASEPOINT_ POINT curve25519_dalek_bits="64"
- The Ed25519 basepoint, as an
EdwardsPoint
. - EIGHT_
TORSION curve25519_dalek_bits="64"
- The 8-torsion subgroup \(\mathcal E [8]\).
- RISTRETTO_
BASEPOINT_ COMPRESSED - The Ristretto basepoint, in
CompressedRistretto
format. - RISTRETTO_
BASEPOINT_ POINT - The Ristretto basepoint, as a
RistrettoPoint
. - X25519_
BASEPOINT - The X25519 basepoint, in
MontgomeryPoint
format.
Statics§
- ED25519_
BASEPOINT_ TABLE curve25519_dalek_bits="64"
andprecomputed-tables
- Table containing precomputed multiples of the Ed25519 basepoint \(B = (x, 4/5)\).
- RISTRETTO_
BASEPOINT_ TABLE precomputed-tables
- The Ristretto basepoint, as a
RistrettoBasepointTable
for scalar multiplication.