[−][src]Constant curve25519_dalek::constants::EIGHT_TORSION
pub const EIGHT_TORSION: [EdwardsPoint; 8]
The 8-torsion subgroup .
In the case of Curve25519, it is cyclic; the -th element of the array is , where is a point of order generating .
Thus is the points indexed by 0,2,4,6
, and
is the points indexed by 0,4
.