Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang committed May 20, 2022
1 parent e7d8024 commit c6faf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly-iop/src/sum_check/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl<F: PrimeField> SumCheckProver<F> for IOPProverState<F> {

let compute_sum = start_timer!(|| "compute sum");
// Step 2: generate sum for the partial evaluated polynomial:
// f(r_1, ... r_m,, x_{m_1}... x_n)
// f(r_1, ... r_m,, x_{m+1}... x_n)

#[cfg(feature = "parallel")]
products_sum.par_iter_mut().enumerate().for_each(|(t, e)| {
Expand Down

0 comments on commit c6faf57

Please sign in to comment.