pub trait SecureRandom: ExposeSecret<Inner = [u8]> { }Expand description
Re-export of SecureRandom (requires rand feature).
Implementors§
impl SecureRandom for DynamicRandom
Available on crate feature
rand only.impl<const N: usize> SecureRandom for FixedRandom<N>
Available on crate feature
rand only.