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

ec/curve25519: Range check scalars directly. #2175

Merged
merged 2 commits into from
Dec 8, 2024

Conversation

briansmith
Copy link
Owner

@briansmith briansmith commented Dec 8, 2024

Replace the circuitous range validation with simpler code.

@briansmith briansmith self-assigned this Dec 8, 2024
Copy link

codecov bot commented Dec 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.92%. Comparing base (6ce531b) to head (1acf8cf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2175      +/-   ##
==========================================
- Coverage   96.92%   96.92%   -0.01%     
==========================================
  Files         154      154              
  Lines       20124    20121       -3     
  Branches      467      468       +1     
==========================================
- Hits        19505    19502       -3     
  Misses        512      512              
  Partials      107      107              

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

@briansmith briansmith merged commit c1c8a44 into main Dec 8, 2024
158 checks passed
@briansmith briansmith deleted the b/curve25519-scalar-parse-directly branch December 8, 2024 04:29
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