SecureRandom

Trait SecureRandom 

Source
pub trait SecureRandom: ExposeSecret<Inner = [u8]> { }
Expand description

Re-export of SecureRandom (requires rand feature).

Implementors§

Source§

impl SecureRandom for DynamicRandom

Available on crate feature rand only.
Source§

impl<const N: usize> SecureRandom for FixedRandom<N>

Available on crate feature rand only.