Expand description
Helpers for converting sumcheck round polynomials to ProofEvent types.
Functions§
- claim_
approx - Normalize a raw QM31
.alimb to [0,1] for claim value approximation. - round_
poly_ deg3_ viz - Build a
RoundPolyDeg3Vizfrom four raw u32 limbs (four QM31 coefficients). - round_
poly_ viz - Build a
RoundPolyVizfrom six raw u32 limbs (three QM31 coefficients). - sf_
mirror - Convert a raw
[u32; 4](the four limbs of a QM31/SecureField) to our mirror type. The layout follows STWO’s QM31:(a + bi) + (c + di)jwhere each letter is an M31 stored as a u32.