Trait sarkara::utils::GenNonce [] [src]

pub trait GenNonce {
    fn fill(&mut self, nonce: &mut [u8]);
}

Nonce Generater trait.

Required Methods

fill nonce.

Implementors