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

bigint/rsa: Avoid constructing Montgomery constant for d. #2165

Merged
merged 1 commit into from
Dec 5, 2024

bigint/rsa: Avoid constructing Montgomery constant for `d`.

46aeb2b
Select commit
Loading
Failed to load commit list.
Merged

bigint/rsa: Avoid constructing Montgomery constant for d. #2165

bigint/rsa: Avoid constructing Montgomery constant for `d`.
46aeb2b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 0s

96.95% (+0.01%) compared to 224bd7d

View this Pull Request on Codecov

96.95% (+0.01%) compared to 224bd7d

Details

Codecov Report

Attention: Patch coverage is 84.74576% with 9 lines in your changes missing coverage. Please review.

Project coverage is 96.95%. Comparing base (224bd7d) to head (46aeb2b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/arithmetic/bigint/modulusvalue.rs 76.92% 2 Missing and 7 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2165      +/-   ##
==========================================
+ Coverage   96.94%   96.95%   +0.01%     
==========================================
  Files         151      152       +1     
  Lines       20043    20057      +14     
  Branches      467      467              
==========================================
+ Hits        19430    19446      +16     
  Misses        505      505              
+ Partials      108      106       -2     

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