briansmith / ring

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

bench aead: Do Cartesian product, not zip #1836

Closed aochagavia closed 11 months ago

aochagavia commented 11 months ago

It looks like this was missed by 6cda863

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (464d367) 96.01% compared to head (37c8c03) 96.01%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1836 +/- ## ======================================= Coverage 96.01% 96.01% ======================================= Files 136 136 Lines 20687 20687 Branches 226 226 ======================================= Hits 19863 19863 Misses 791 791 Partials 33 33 ```

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

briansmith commented 11 months ago

Thank you!