Trait rust_jarm::JarmRng

source ·
pub trait JarmRng {
    // Required methods
    fn random_bytes(&self) -> Vec<u8>;
    fn random_grease(&self) -> Vec<u8>;
}

Required Methods§

source

fn random_bytes(&self) -> Vec<u8>

source

fn random_grease(&self) -> Vec<u8>

Implementors§