ChaCha20Builder

Type Alias ChaCha20Builder 

Source
pub type ChaCha20Builder<B> = Builder<B, ChaCha20, ChaCha20Key, ChaCha20Nonce>;
Expand description

The type returned by the chacha20 function in the RwBuilder trait

Aliased Typeยง

pub struct ChaCha20Builder<B> { /* private fields */ }