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