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