Struct crypto::fortuna::Fortuna
[−]
[src]
pub struct Fortuna {
// some fields omitted
}The Fortuna CSPRNG (PC 9.5)
Methods
impl Fortuna
fn new_unseeded() -> Fortuna
Creates a new unseeded Fortuna (PC 9.5.4)
fn add_random_event(&mut self, s: u8, i: usize, e: &[u8])
Adds a random event e from source s to entropy pool i (PC 9.5.6)