Closed briansmith closed 5 months ago
Attention: Patch coverage is 98.85057%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 97.25%. Comparing base (
e3593b4
) to head (972e236
). Report is 2 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/aead/gcm/ffi.rs | 98.38% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Make it clearer which types are used in the FFI and start separating the (unsafe) code that's used only for the FFI from the (safe) code used in the Rust implementation.
git difftool HEAD^1:src/aead/gcm.rs src/aead/gcm/ffi.rs