briansmith / ring

Safe, fast, small crypto using Rust
Other
3.68k stars 693 forks source link

ec: `go run crypto/fipsmodule/ec/make_ec_scalar_base_mult_tests.go` #1928

Closed briansmith closed 6 months ago

briansmith commented 7 months ago

Update the point multiplication test vectors to match exactly the output of the (new) generation script.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (e217869) 96.02% compared to head (d8e4171) 96.02%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1928 +/- ## ======================================= Coverage 96.02% 96.02% ======================================= Files 136 136 Lines 20773 20773 Branches 226 226 ======================================= Hits 19947 19947 Misses 792 792 Partials 34 34 ```

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

briansmith commented 7 months ago

@vkrasnov FYI.