Skip to content

Commit

Permalink
chore: add circuit printing
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobottazzi committed Dec 11, 2023
1 parent 54e0eb9 commit 1764797
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file modified kzg_prover/prints/range-check-layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified kzg_prover/prints/univariate-grand-sum-layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion kzg_prover/src/circuits/univariate_grand_sum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ where
|| format!("Perform range check on balance {} of user {}", j, i),
|mut region| {
range_check_chips[j].assign(&mut region, &assigned_balances[i][j])?;

Ok(())
},
)?;
Expand Down

0 comments on commit 1764797

Please sign in to comment.