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: Precompute R**3 and store it instead of R**2. #1817

Merged
merged 2 commits into from
Nov 23, 2023

RSA: Precompute R**3 and store it instead of R**2.

691278c
Select commit
Loading
Failed to load commit list.
Merged

RSA: Precompute R**3 and store it instead of R**2. #1817

RSA: Precompute R**3 and store it instead of R**2.
691278c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 23, 2023 in 0s

96.00% (-0.01%) compared to 6de2724

View this Pull Request on Codecov

96.00% (-0.01%) compared to 6de2724

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (6de2724) 96.00% compared to head (691278c) 96.00%.

Files Patch % Lines
src/arithmetic/montgomery.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1817      +/-   ##
==========================================
- Coverage   96.00%   96.00%   -0.01%     
==========================================
  Files         137      137              
  Lines       20727    20741      +14     
  Branches      226      226              
==========================================
+ Hits        19899    19912      +13     
- Misses        795      796       +1     
  Partials       33       33              

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