Open briansmith opened 5 months ago
Attention: Patch coverage is 93.73737%
with 31 lines
in your changes missing coverage. Please review.
Project coverage is 97.04%. Comparing base (
fd06b00
) to head (812ebfc
).
Files | Patch % | Lines |
---|---|---|
src/aead/aes_gcm.rs | 81.91% | 17 Missing :warning: |
src/aead/gcm.rs | 41.66% | 7 Missing :warning: |
src/aead/aes/counter.rs | 99.23% | 1 Missing and 1 partial :warning: |
src/aead/aes/ffi.rs | 81.81% | 1 Missing and 1 partial :warning: |
src/aead/aes/vp.rs | 96.87% | 2 Missing :warning: |
src/aead/aes.rs | 88.88% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Create a more robust internal API for counter/nonce/IV management that makes the usage within AES-GCM more clearly correct. The new design is easier to test.