-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86a19ab
commit 1e11c52
Showing
21 changed files
with
965 additions
and
190 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/// Number of selectors in a gate. | ||
// TODO: use 5 for testing. FIXME with real data. | ||
pub const SELECTOR_WIDTH: usize = 5; | ||
|
||
/// Number of witnesses in a gate. | ||
// TODO: use 5 for testing. FIXME with real data. | ||
pub const WITNESS_WIDTH: usize = 5; |
Oops, something went wrong.