pub type DecryptorLE31<A> = Decryptor<A, StreamLE31<A>>;Expand description
STREAM decryptor instantiated with StreamLE31 as the underlying
STREAM primitive.
Aliased Typeยง
pub struct DecryptorLE31<A> { /* private fields */ }pub type DecryptorLE31<A> = Decryptor<A, StreamLE31<A>>;STREAM decryptor instantiated with StreamLE31 as the underlying
STREAM primitive.
pub struct DecryptorLE31<A> { /* private fields */ }