logo

Type Definition aead::stream::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.