mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
Logging tweaks
This commit is contained in:
parent
e382decc9f
commit
c5da582f4f
@ -129,7 +129,7 @@ pub(crate) fn prove<F: Extendable<D>, 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<F: Extendable<D>, const D: usize>(
|
||||
quotient_poly.chunks(degree)
|
||||
})
|
||||
.collect(),
|
||||
"to compute quotient polys"
|
||||
"to split up quotient polys"
|
||||
);
|
||||
|
||||
let quotient_polys_commitment = timed!(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user