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

arithmetic internals: Rewrite limbs_equal_limb_constant_time in Rust. #2280

Merged
merged 1 commit into from
Jan 24, 2025

arithmetic: Rewrite `limbs_equal_limb_constant_time` in Rust.

7280c5a
Select commit
Loading
Failed to load commit list.
Merged

arithmetic internals: Rewrite limbs_equal_limb_constant_time in Rust. #2280

arithmetic: Rewrite `limbs_equal_limb_constant_time` in Rust.
7280c5a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 24, 2025 in 0s

96.73% (-0.01%) compared to 91d81df

View this Pull Request on Codecov

96.73% (-0.01%) compared to 91d81df

Details

Codecov Report

Attention: Patch coverage is 96.15385% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.73%. Comparing base (91d81df) to head (7280c5a).

Files with missing lines Patch % Lines
src/limb.rs 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2280      +/-   ##
==========================================
- Coverage   96.73%   96.73%   -0.01%     
==========================================
  Files         171      171              
  Lines       20871    20859      -12     
  Branches      488      487       -1     
==========================================
- Hits        20189    20177      -12     
  Misses        577      577              
  Partials      105      105              

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