[][src]Constant curve25519_dalek::constants::EIGHT_TORSION

pub const EIGHT_TORSION: [EdwardsPoint; 8]
[]

The 8-torsion subgroup E[8]\mathcal E [8].

In the case of Curve25519, it is cyclic; the ii-th element of the array is [i]P[i]P, where PP is a point of order 88 generating E[8]\mathcal E[8].

Thus E[4]\mathcal E[4] is the points indexed by 0,2,4,6, and E[2]\mathcal E[2] is the points indexed by 0,4.