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 */ }pub type ChaCha20Builder<B> = Builder<B, ChaCha20, ChaCha20Key, ChaCha20Nonce>;The type returned by the chacha20 function in the RwBuilder trait
pub struct ChaCha20Builder<B> { /* private fields */ }