Skip to content

Commit c2b111b

Browse files
authored
Merge branch 'tianyi/refactor-prover' into mihai/keccakf_integration
2 parents 8c29f04 + 6ef1b7c commit c2b111b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subprotocols/src/zerocheck.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ where
283283
} else {
284284
last_sigma
285285
};
286+
286287
// Evaluations on degree, degree - 1, ..., 1, 0.
287288
let evals_iter_rev = chain![poly.into_iter().rev(), iter::once(eval_at_0)];
288289

0 commit comments

Comments
 (0)