Salsa20Builder

Type Alias Salsa20Builder 

Source
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 */ }