briansmith / ring

Safe, fast, small crypto using Rust
Other
3.7k stars 698 forks source link

montgomery: Encapsulate Rust uses of bn_mul_mont. #1846

Closed briansmith closed 9 months ago

briansmith commented 9 months ago

Have all calls from Rust go through mul_mont, which ensures CPU feature detection has been done.