Skip to content

Commit

Permalink
Change fri remainder max degree to 127 for the example
Browse files Browse the repository at this point in the history
  • Loading branch information
adambor authored Mar 13, 2024
1 parent ea1f342 commit 78aa150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ pub fn prove_work() -> (BaseElement, StarkProof) {
0, // grinding factor
FieldExtension::None,
8, // FRI folding factor
128, // FRI max remainder length
127, // FRI max remainder length
);

// Instantiate the prover and generate the proof.
Expand Down

0 comments on commit 78aa150

Please sign in to comment.