pub fn all_affine_p_bijections(n: usize, p: u64) -> Vec<AffineP>Expand description
Every affine bijection of GF(p)ⁿ (each invertible matrix × each translation). Exhaustive — for
ground-truth symmetry computation only — bounded so p^{n²} ≤ 200_000.