Skip to content

Commit

Permalink
Update plonky2/src/batch_fri/recursive_verifier.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Salen <[email protected]>
  • Loading branch information
sai-deng and Nashtare authored Jul 15, 2024
1 parent e0c9b9f commit 7b1ce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/src/batch_fri/recursive_verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
);

let mut precomputed_reduced_evals = Vec::with_capacity(openings.len());
for opn in openings.iter() {
for opn in openings {
let pre = with_context!(
self,
"precompute reduced evaluations",
Expand Down

0 comments on commit 7b1ce45

Please sign in to comment.