pub type Salsa20Builder<B> = Builder<B, Salsa20, Salsa20Key, Salsa20Nonce>;Expand description
The type returned by the salsa20 function in the RwBuilder trait
Aliased Typeยง
pub struct Salsa20Builder<B> { /* private fields */ }pub type Salsa20Builder<B> = Builder<B, Salsa20, Salsa20Key, Salsa20Nonce>;The type returned by the salsa20 function in the RwBuilder trait
pub struct Salsa20Builder<B> { /* private fields */ }