Skip to content

Commit

Permalink
Get cpu constraints degree back to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekvpandya committed Aug 17, 2023
1 parent 64a86bd commit 1abf9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/src/cpu/stark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ impl<F: RichField + Extendable<D>, const D: usize> Stark<F, D> for CpuStark<F, D
yield_constr.constraint_first_row(lv.clk);
}

fn constraint_degree(&self) -> usize { 5 }
fn constraint_degree(&self) -> usize { 4 }

#[no_coverage]
fn eval_ext_circuit(
Expand Down

0 comments on commit 1abf9f0

Please sign in to comment.