briansmith / ring

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

cpu arm/aarch64: Make unstable-testing-arm-no-hw filter SHA512 too. #2045

Closed briansmith closed 2 months ago

briansmith commented 2 months ago

unstable-testing-arm-no-hw is intended to disable all feature detection except for NEON. Have the code do exactly that. This way, SHA512 is also handled appropriately, where it wasn't before.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 96.28%. Comparing base (74f3bab) to head (0cd32fc). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2045 +/- ## ========================================== + Coverage 96.11% 96.28% +0.16% ========================================== Files 139 141 +2 Lines 19368 20489 +1121 Branches 193 226 +33 ========================================== + Hits 18615 19727 +1112 + Misses 728 727 -1 - Partials 25 35 +10 ```

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