briansmith / ring

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

AES: Enable SSE2-based fallback implementation. #2062

Closed briansmith closed 1 month ago

briansmith commented 1 month ago

Address some warnings from Clang/GCC in the SSE2 code that are disabled by default in BoringSSL but not in ring.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 96.64%. Comparing base (0426979) to head (c4541cc). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2062 +/- ## ========================================== - Coverage 96.85% 96.64% -0.21% ========================================== Files 144 144 Lines 20708 20751 +43 Branches 244 244 ========================================== - Hits 20056 20055 -1 - Misses 618 661 +43 - Partials 34 35 +1 ```

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

briansmith commented 1 month ago

Closing this in favor of #2063, which does the opposite, and which was merged.