pub const MAX_POLY_DEGREE: usize = 4;
The highest polynomial degree the generator detector will fit (degree 1 is the affine case).