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: save two copies during private key operations. #2310

Merged
merged 1 commit into from
Feb 1, 2025

RSA: save two copies during private key operations.

5dfd21d
Select commit
Loading
Failed to load commit list.
Merged

RSA: save two copies during private key operations. #2310

RSA: save two copies during private key operations.
5dfd21d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2025 in 0s

96.70% (-0.01%) compared to 9a6d9e6, passed because coverage increased by 0% when compared to adjusted base (96.71%)

View this Pull Request on Codecov

96.70% (-0.01%) compared to 9a6d9e6, passed because coverage increased by 0% when compared to adjusted base (96.71%)

Details

Codecov Report

Attention: Patch coverage is 94.93671% with 4 lines in your changes missing coverage. Please review.

Project coverage is 96.70%. Comparing base (9a6d9e6) to head (5dfd21d).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/arithmetic/bigint.rs 94.80% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2310      +/-   ##
==========================================
- Coverage   96.71%   96.70%   -0.01%     
==========================================
  Files         176      176              
  Lines       21123    21176      +53     
  Branches      492      493       +1     
==========================================
+ Hits        20429    20479      +50     
- Misses        590      593       +3     
  Partials      104      104              

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