in src/constants.rs [100:106]
fn test_eight_torsion() { for i in 0..8 { let Q = constants::EIGHT_TORSION[i].mul_by_pow_2(3); assert!(Q.is_valid()); assert!(Q.is_identity()); } }