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

rsa: NFC: Eliminate unnecessary Nonnegative -> Modulus conversion. #1814

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

briansmith
Copy link
Owner

After 5ed0a45 we no longer needs p or q in Nonnegative form.

After 5ed0a45 we no longer needs `p`
or `q` in `Nonnegative` form.
@briansmith briansmith self-assigned this Nov 22, 2023
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bc00f7e) 96.00% compared to head (ab2dfe8) 96.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1814   +/-   ##
=======================================
  Coverage   96.00%   96.00%           
=======================================
  Files         137      137           
  Lines       20732    20737    +5     
  Branches      226      226           
=======================================
+ Hits        19904    19909    +5     
  Misses        795      795           
  Partials       33       33           

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

@briansmith briansmith merged commit 986fe1f into main Nov 22, 2023
138 checks passed
@briansmith briansmith deleted the b/less-nonnegative branch November 22, 2023 23:32
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