[go: up one dir, main page]

Type Alias DecryptorBE32

Source
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 */ }