-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: update `rangeCheckChip` * feat: add printing * feat: add `N_BYTES` generic to `MerkleSumTree`, `MstInclusionCircuit`, `SolvencyCircuit` and `Snapshot` * fix: modified logic of range chip * fix: `RangeCheckChip` config in syntesize * test: add integration test for range check * chore: move `enable_constant` out of poseidon chip It doesn't change anything, but I think it's clearer to define all the column configuration within the `configure` function of the circuit * fix: remove unnecessary selector * chore: update printing * fix: minor * fix: clearer constraint on `zs` length equal to `N_BYTES + 1` * test: fix * chore: naming * benches: update
- Loading branch information
1 parent
38997c8
commit 56f28ee
Showing
26 changed files
with
868 additions
and
915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pub mod less_than; | ||
pub mod merkle_sum_tree; | ||
pub mod overflow; | ||
pub mod poseidon; | ||
pub mod range; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.