DefaultChaChaStream

Type Alias DefaultChaChaStream 

Source
pub type DefaultChaChaStream = ChaChaStream<20>;
Expand description

The recommended ChaChaStream with 20 rounds.

Aliased Typeยง

pub struct DefaultChaChaStream { /* private fields */ }