ring icon indicating copy to clipboard operation
ring copied to clipboard

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

Open briansmith opened this issue 4 months ago • 1 comments

briansmith avatar Aug 21 '25 22:08 briansmith

Codecov Report

:x: Patch coverage is 92.30769% with 4 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 96.66%. Comparing base (1bb94b3) to head (04d552b).

Files with missing lines Patch % Lines
src/arithmetic/inout.rs 88.88% 1 Missing and 1 partial :warning:
src/ec/suite_b/ops/p256.rs 95.00% 1 Missing :warning:
src/ec/suite_b/ops/p384.rs 90.90% 1 Missing :warning:
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     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov[bot] avatar Aug 21 '25 22:08 codecov[bot]