briansmith / ring

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

Chacha20-Poly1305 internals: put `InOut` types into a submodule. #2030

Closed briansmith closed 5 months ago

briansmith commented 5 months ago

Put the types into a submodule so we can qualify references to them, to disambiguate them from aead::inout::inOut.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 96.26%. Comparing base (80eb6e4) to head (139134d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2030 +/- ## ======================================= Coverage 96.26% 96.26% ======================================= Files 140 140 Lines 20421 20421 Branches 226 226 ======================================= Hits 19659 19659 Misses 728 728 Partials 34 34 ```

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