briansmith / ring

Safe, fast, small crypto using Rust
Other
3.64k stars 682 forks source link

aead: Stop using `array::map`. #2089

Closed briansmith closed 3 weeks ago

briansmith commented 3 weeks ago

array::map generates terrible code; it is even documented to do so.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 97.27%. Comparing base (70b59d6) to head (81298e7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2089 +/- ## ========================================== + Coverage 97.24% 97.27% +0.02% ========================================== Files 144 143 -1 Lines 20028 20017 -11 Branches 228 228 ========================================== - Hits 19476 19471 -5 + Misses 525 519 -6 Partials 27 27 ```

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