briansmith / ring

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

aarch64-apple-*: Use a CStr polyfill in feature detection. #2067

Closed briansmith closed 1 month ago

briansmith commented 1 month ago

Make the memory safety clearer, and make it the check happen at compile time instead of runtime.