Trait fog_crypto::CryptoSrc

source ·
pub trait CryptoSrc: CryptoRng + RngCore { }
Expand description

Holds a cryptographic random number generator (RNG). This trait is needed so that a RNG can be passed around as a trait object.

Implementors§