Function rng_new

Source
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.