in src/main.rs [314:316]
fn pick_small_nonzero_point(idx: usize) -> EdwardsPoint { deserialize_point(&EIGHT_TORSION[(idx % 7 + 1)]).unwrap() }