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: Remove q_mod_n from RsaKeyPair. #1801

Merged
merged 1 commit into from
Nov 10, 2023
Merged

RSA: Remove q_mod_n from RsaKeyPair. #1801

merged 1 commit into from
Nov 10, 2023

Conversation

briansmith
Copy link
Owner

Reduce the size of RsaKeyPair by about 15%.

Importantly, this was the only non-temporary ('static) Elem other than One.

Reduce the size of RsaKeyPair by about 15%.

Importantly, this was the only non-temporary (`'static`) `Elem`
other than `One`.
@briansmith briansmith self-assigned this Nov 10, 2023
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #1801 (705424f) into main (946ce87) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1801      +/-   ##
==========================================
+ Coverage   96.01%   96.03%   +0.01%     
==========================================
  Files         137      137              
  Lines       20752    20755       +3     
  Branches      226      226              
==========================================
+ Hits        19925    19932       +7     
+ Misses        791      789       -2     
+ Partials       36       34       -2     
Files Coverage Δ
src/rsa/keypair.rs 97.13% <100.00%> (+0.03%) ⬆️

... and 1 file 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 23975ff into main Nov 10, 2023
138 checks passed
@briansmith briansmith deleted the b/q_mod_n branch November 10, 2023 17:17
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