Closed addd45 closed 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.
rdrand
Allowing proper use of feature flags to determine which version of rdrand to use for users of this crate
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