Skip to content

Commit

Permalink
Partially update LEM expected constraints/inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Oct 21, 2023
1 parent a44c11b commit 4f19d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lem/eval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1691,8 +1691,8 @@ mod tests {
use pasta_curves::pallas::Scalar as Fr;

const NUM_INPUTS: usize = 1;
const NUM_AUX: usize = 9390;
const NUM_CONSTRAINTS: usize = 11322;
const NUM_AUX: usize = 9120;
const NUM_CONSTRAINTS: usize = 11052;
const NUM_SLOTS: SlotsCounter = SlotsCounter {
hash4: 14,
hash6: 3,
Expand Down

0 comments on commit 4f19d4b

Please sign in to comment.