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

NFC: Move low-level Montgomery arithmetic out of bigint. #1652

Merged
merged 1 commit into from
Sep 27, 2023

NFC: Move low-level Montgomery arithmetic out of `bigint`.

ee24519
Select commit
Loading
Failed to load commit list.
Merged

NFC: Move low-level Montgomery arithmetic out of bigint. #1652

NFC: Move low-level Montgomery arithmetic out of `bigint`.
ee24519
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 26, 2023 in 1s

92.09% (-0.02%) compared to b04bed1

View this Pull Request on Codecov

92.09% (-0.02%) compared to b04bed1

Details

Codecov Report

Merging #1652 (ee24519) into main (b04bed1) will decrease coverage by 0.02%.
The diff coverage is 97.43%.

@@            Coverage Diff             @@
##             main    #1652      +/-   ##
==========================================
- Coverage   92.10%   92.09%   -0.02%     
==========================================
  Files         132      132              
  Lines       18869    18869              
  Branches      196      196              
==========================================
- Hits        17379    17377       -2     
- Misses       1453     1455       +2     
  Partials       37       37              
Files Coverage Δ
src/arithmetic/bigint.rs 99.31% <100.00%> (+0.09%) ⬆️
src/arithmetic/bigint/modulus.rs 99.35% <100.00%> (ø)
src/arithmetic/n0.rs 100.00% <100.00%> (ø)
src/arithmetic/montgomery.rs 87.50% <97.22%> (+87.50%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more