briansmith / ring

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

Rewrite aes_nohw.c to aes_nohw.rs. #2070

Open briansmith opened 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 97.26%. Comparing base (be4ba83) to head (897c90b). Report is 1 commits behind head on main.

Files Patch % Lines
src/aead/aes/aes_nohw.rs 99.83% 1 Missing :warning:
src/constant_time.rs 96.87% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2070 +/- ## ========================================== + Coverage 97.24% 97.26% +0.02% ========================================== Files 144 144 Lines 19998 20134 +136 Branches 228 205 -23 ========================================== + Hits 19447 19584 +137 Misses 525 525 + Partials 26 25 -1 ```

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