briansmith / ring

Safe, fast, small crypto using Rust
Other
3.72k stars 702 forks source link

aes: Avoid using slice patterns in Counter construction. #2091

Closed briansmith closed 3 months ago

briansmith commented 3 months ago

The compiler was generating horrible code.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 97.27%. Comparing base (9d43b01) to head (c18eee5). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2091 +/- ## ======================================= Coverage 97.27% 97.27% ======================================= Files 143 143 Lines 20017 20019 +2 Branches 228 228 ======================================= + Hits 19472 19474 +2 Misses 519 519 Partials 26 26 ```

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