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: Eliminate a redundant clone. #1797

Merged
merged 1 commit into from
Nov 7, 2023
Merged

RSA: Eliminate a redundant clone. #1797

merged 1 commit into from
Nov 7, 2023

Conversation

briansmith
Copy link
Owner

Commit be27e8e made this clone unnecessary.

Commit be27e8e made this clone
unnecessary.
@briansmith briansmith self-assigned this Nov 7, 2023
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #1797 (de259a2) into main (e51c88a) will increase coverage by 0.23%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1797      +/-   ##
==========================================
+ Coverage   95.80%   96.04%   +0.23%     
==========================================
  Files         135      137       +2     
  Lines       19443    20789    +1346     
  Branches      193      226      +33     
==========================================
+ Hits        18628    19966    +1338     
- Misses        789      790       +1     
- Partials       26       33       +7     
Files Coverage Δ
src/rsa/keypair.rs 96.64% <100.00%> (ø)
src/rsa/public_key.rs 99.10% <100.00%> (ø)

... and 12 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@briansmith briansmith merged commit d8e9a91 into main Nov 7, 2023
138 checks passed
@briansmith briansmith deleted the b/crt-clone-removal branch November 7, 2023 06:23
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