pub fn rng_new() -> Option<MbedRng>Available on SGX or crate feature
rdrand only.Expand description
Get a RNG supported by mbedtls.
The RNG is implemented by using mbedtls::rng::Rdrand.
pub fn rng_new() -> Option<MbedRng>rdrand only.Get a RNG supported by mbedtls.
The RNG is implemented by using mbedtls::rng::Rdrand.