Skip to content

Commit

Permalink
o1vm/pickles: Add quotient polynomial to OpeningProof
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzixnerd committed Oct 9, 2024
1 parent a4a47c0 commit 9581283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions o1vm/src/pickles/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ where
polynomials.push(polys.instruction_counter);
polynomials.push(polys.error);
polynomials.extend(polys.selector);
polynomials.push(quotient_polynomial);

let polynomials: Vec<_> = polynomials
.iter()
Expand Down

0 comments on commit 9581283

Please sign in to comment.