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

refactor: use ec_add & ec_double from compiled circuits #709

Merged
merged 4 commits into from
Feb 7, 2025

Conversation

zmalatrax
Copy link
Contributor

Closes #707

I've added 2 test cases to cover the checks of ec_add when Q = P and Q = -P

@zmalatrax zmalatrax force-pushed the sm/replace-ec-add-double branch from b93c815 to 2d32e44 Compare February 7, 2025 14:31
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.40%. Comparing base (182f829) to head (2d32e44).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #709      +/-   ##
==========================================
+ Coverage   66.23%   66.40%   +0.16%     
==========================================
  Files          88       88              
  Lines       20541    20447      -94     
==========================================
- Hits        13606    13577      -29     
+ Misses       6935     6870      -65     

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

@ClementWalter ClementWalter merged commit 529ac46 into main Feb 7, 2025
11 checks passed
@ClementWalter ClementWalter deleted the sm/replace-ec-add-double branch February 7, 2025 14:55
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.

refactor: use ec_add and ec_double from compiled circuits
2 participants