briansmith / ring

Safe, fast, small crypto using Rust
Other
3.74k stars 704 forks source link

ec suite_b: Define scalar_mul_mont wrappers in Rust. #1845

Open briansmith opened 11 months ago

briansmith commented 11 months ago

Take a step towards eliminating prefixed_export! by eliminating one C user of bn_mul_mont.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (40e147d) 96.01% compared to head (751f76e) 96.01%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1845 +/- ## ======================================= Coverage 96.01% 96.01% ======================================= Files 136 136 Lines 20677 20688 +11 Branches 226 225 -1 ======================================= + Hits 19852 19864 +12 Misses 791 791 + Partials 34 33 -1 ```

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