forked from privacy-scaling-explorations/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make aggregation circuit generic over number of snarks (#1225)
* 1 * clean up * fix * blob degree * wip * wip * clean up * clean up * clean up * fix clippy * roll back to 15 snarks * re-instate change that increases max_agg_snarks=45 * fix: use const instead of hard-coded number * Revert "re-instate change that increases max_agg_snarks=45" This reverts commit ca7f6f8. * Clean up comments * fix lint error from rebase * make aggregation circuit generic over number of snarks * make components generic over N_SNARKS * fix 2 snark test * fix clippy * remove env logger init and add 14 snark test * fix clippy * move doc strings * remove outdated comment and change to log::trace * Add todo --------- Co-authored-by: kunxian xia <xiakunxian130@gmail.com> Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com> Co-authored-by: Rohit Narurkar <rohit.narurkar@proton.me> Co-authored-by: Mason Liang <mason@scroll.io> Co-authored-by: z2trillion <dawnofthedinosaurs@gmail.com>
- Loading branch information
1 parent
c228ed8
commit 352b3ec
Showing
18 changed files
with
740 additions
and
1,050 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
Oops, something went wrong.