EncryptBE32BufWriter

Type Alias EncryptBE32BufWriter 

Source
pub type EncryptBE32BufWriter<A, B, W> = EncryptBufWriter<A, B, W, StreamBE32<A>>;
Expand description

Convenience type for constructing a BufWriter with a StreamBE32

Aliased Typeยง

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