briansmith / ring

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

gcm aarch64: Don't bother with an optimized multi-block GHASH. #2094

Closed briansmith closed 3 weeks ago

briansmith commented 3 weeks ago

See the added comments for details.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 61.53846% with 5 lines in your changes missing coverage. Please review.

Project coverage is 97.25%. Comparing base (b552abc) to head (0ba45b9).

Files Patch % Lines
src/aead/gcm.rs 61.53% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2094 +/- ## ========================================== - Coverage 97.28% 97.25% -0.03% ========================================== Files 143 143 Lines 20040 20052 +12 Branches 228 228 ========================================== + Hits 19495 19502 +7 - Misses 519 524 +5 Partials 26 26 ```

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