diff --git a/src/prover.rs b/src/prover.rs index 7d209667..865489a0 100644 --- a/src/prover.rs +++ b/src/prover.rs @@ -129,7 +129,7 @@ pub(crate) fn prove, const D: usize>( &gammas, &alphas, ), - "to compute vanishing polys" + "to compute quotient polys" ); // Compute the quotient polynomials, aka `t` in the Plonk paper. @@ -146,7 +146,7 @@ pub(crate) fn prove, const D: usize>( quotient_poly.chunks(degree) }) .collect(), - "to compute quotient polys" + "to split up quotient polys" ); let quotient_polys_commitment = timed!(