Skip to content

ec/suite_b: Move scalar multiplication functions from C to Rust.

04d552b
Select commit
Loading
Failed to load commit list.
Open

ec/suite_b: Move scalar multiplication functions from C to Rust. #2692

ec/suite_b: Move scalar multiplication functions from C to Rust.
04d552b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 5, 2026 in 0s

96.66% (-0.05%) compared to 1bb94b3

View this Pull Request on Codecov

96.66% (-0.05%) compared to 1bb94b3

Details

Codecov Report

❌ Patch coverage is 92.30769% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.66%. Comparing base (1bb94b3) to head (04d552b).
⚠️ Report is 154 commits behind head on main.

Files with missing lines Patch % Lines
src/arithmetic/inout.rs 88.88% 1 Missing and 1 partial ⚠️
src/ec/suite_b/ops/p256.rs 95.00% 1 Missing ⚠️
src/ec/suite_b/ops/p384.rs 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2692      +/-   ##
==========================================
- Coverage   96.70%   96.66%   -0.05%     
==========================================
  Files         187      186       -1     
  Lines       20116    20152      +36     
  Branches      513      513              
==========================================
+ Hits        19454    19479      +25     
- Misses        558      566       +8     
- Partials      104      107       +3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.