Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster RP commits with multi-exponentiation #184

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

dvdplm
Copy link
Contributor

@dvdplm dvdplm commented Jan 30, 2025

Use the MultiExponentiationBoundedExp trait to speed up commitment creation, which is common operation in most of our ZK Proofs.

Note: Builds upon #173

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

Attention: Patch coverage is 13.01546% with 675 lines in your changes missing coverage. Please review.

Project coverage is 84.41%. Comparing base (a3bbfc6) to head (80c49a3).

Files with missing lines Patch % Lines
synedrion/src/private_benches.rs 0.00% 673 Missing ⚠️
synedrion/src/cggmp21/sigma/aff_g.rs 85.71% 1 Missing ⚠️
synedrion/src/cggmp21/sigma/fac.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
- Coverage   92.46%   84.41%   -8.06%     
==========================================
  Files          35       36       +1     
  Lines        7030     7723     +693     
==========================================
+ Hits         6500     6519      +19     
- Misses        530     1204     +674     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant