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: Rename PartialModulus to Modulus, Modulus to OwnedModulusWithOne. #1796

Merged
merged 2 commits into from
Nov 6, 2023

Rename PartialModulus to Modulus, Modulus to OwnedModulusWithOne.

7fab448
Select commit
Loading
Failed to load commit list.
Merged

bigint: Rename PartialModulus to Modulus, Modulus to OwnedModulusWithOne. #1796

Rename PartialModulus to Modulus, Modulus to OwnedModulusWithOne.
7fab448
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2023 in 0s

96.02% (+0.01%) compared to 1659f14

View this Pull Request on Codecov

96.02% (+0.01%) compared to 1659f14

Details

Codecov Report

Merging #1796 (7fab448) into main (1659f14) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1796      +/-   ##
==========================================
+ Coverage   96.00%   96.02%   +0.01%     
==========================================
  Files         137      137              
  Lines       20796    20789       -7     
  Branches      226      226              
==========================================
- Hits        19966    19962       -4     
+ Misses        792      790       -2     
+ Partials       38       37       -1     
Files Coverage Δ
src/arithmetic/bigint.rs 99.31% <100.00%> (+<0.01%) ⬆️
src/arithmetic/bigint/modulus.rs 99.24% <100.00%> (-0.08%) ⬇️
src/rsa/keypair.rs 96.64% <100.00%> (+0.04%) ⬆️
src/rsa/public_key.rs 99.10% <100.00%> (+<0.01%) ⬆️
src/rsa/public_modulus.rs 100.00% <100.00%> (ø)

... 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!