Skip to main content

DefaultEntropy

Type Alias DefaultEntropy 

Source
pub type DefaultEntropy = CPRNGEntropy<ChaCha<20>>;
Expand description

CPRNGEntropy backed by ChaCha<20> algorithm.

Aliased Typeยง

pub struct DefaultEntropy { /* private fields */ }