Type Alias MbedRng

Source
pub type MbedRng = Rdrand;
Available on SGX or crate feature rdrand only.
Expand description

Type alias for the a RNG(implemented by using mbedtls::rng::Rdrand) supported by mbedtls.

Aliased Typeยง

struct MbedRng;