Trait askar_crypto::random::Rng[][src]

pub trait Rng: CryptoRng + RngCore { }
Expand description

Combined trait for CryptoRng and RngCore

Implementors

impl<T: CryptoRng + RngCore> Rng for T[src]

Loading content...