briansmith / ring

Safe, fast, small crypto using Rust
Other
3.76k stars 708 forks source link

Remove local getrandom dependency #2153

Closed addd45 closed 1 month ago

addd45 commented 1 month ago

Replace the local getrandom dependency which is hardcoded to use rdrand and sgx. Instead use feature flag of rdrand and official getrandom crate.

Allowing proper use of feature flags to determine which version of rdrand to use for users of this crate