briansmith / ring

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

bits: Optimize `FromByteLen::from_byte_len` bits constructor. #2047

Closed briansmith closed 2 months ago

briansmith commented 2 months ago

The compiler generates pessimistic code when ok_or is used.