briansmith / ring

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

AES-GCM internals: Make the Block type an alias for [u8; BLOCK_LEN] #2003

Closed briansmith closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 86.36364% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 96.29%. Comparing base (582ff4c) to head (9667965).

Files Patch % Lines
src/aead/shift.rs 45.45% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2003 +/- ## ========================================== - Coverage 96.29% 96.29% -0.01% ========================================== Files 140 140 Lines 20847 20816 -31 Branches 226 226 ========================================== - Hits 20074 20044 -30 + Misses 739 737 -2 - Partials 34 35 +1 ```

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