pub const DEGREE_QUOTIENT_POLYNOMIAL: u64 = 7;
Expand description

Degree of the quotient polynomial. We do evaluate all polynomials on d8 (because of the value of MAXIMUM_DEGREE_CONSTRAINTS), and therefore, we do have a degree 7 for the quotient polynomial. Used to keep track of the number of chunks we do have when we commit to the quotient polynomial.