EncryptLE31BufWriter

Type Alias EncryptLE31BufWriter 

Source
pub type EncryptLE31BufWriter<A, B, W> = EncryptBufWriter<A, B, W, StreamLE31<A>>;
Expand description

Convenience type for constructing a BufWriter with a StreamLE31

Aliased Typeยง

pub struct EncryptLE31BufWriter<A, B, W> { /* private fields */ }