briansmith / ring

Safe, fast, small crypto using Rust
Other
3.69k stars 697 forks source link

ec: make P384 code a little bit more generic #1883

Open vkrasnov opened 8 months ago

vkrasnov commented 8 months ago

This change makes it easier to reuse the P384 code which is quite generic already. No algorithmic changes are made, only some code is shuffled around. This prepares the ground for P521 implementation.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (c72a5aa) 96.02% compared to head (fcf5cd6) 96.01%. Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1883 +/- ## ========================================== - Coverage 96.02% 96.01% -0.01% ========================================== Files 136 136 Lines 20776 20775 -1 Branches 226 228 +2 ========================================== - Hits 19950 19947 -3 Misses 792 792 - Partials 34 36 +2 ```

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