briansmith / ring

Safe, fast, small crypto using Rust
Other
3.74k stars 704 forks source link

rsa bigint: Don't store CPU features in modulus/key #1856

Closed briansmith closed 11 months ago

briansmith commented 11 months ago

Push the call of cpu::features() out towards the public API so that we can, in the future, expand the testing so that all variants can be tested without needing Intel SDE and other hacks.