-
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.
Single user inclusion opening benchmark for the amortized KZG approach (
#266) * Add single user opening benchmark for the amortized approach Add circuit config generic type parameter. * Add docs for open_single_user_point_amortized function * Refactor contract to use the univariate grand sum zkSNARK verifier (#264) * Refactor contract to use the univariate grand sum zkSNARK verifier * Disable contract coverage in github action * Check that the verification key is matching the number of currencies * Fix balance range value * Check balanceByteRange against the VK * fix: backend and test on backend (#265) * fix: backend and test on backend * fix: use entries instead of 'user_data' in Round * refactor: evaluating value in polynomial from 'advice_poly' instead of 'entries' * fix: typo * refactor: reuse setup artifcats on Round --------- Co-authored-by: JinHwan <[email protected]> * Fix tests * Fix import in backend * Toggle range check in benchmarks by a feature flag --------- Co-authored-by: JinHwan <[email protected]>
- Loading branch information
Showing
11 changed files
with
478 additions
and
143 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
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
Oops, something went wrong.