Type Definition aead::stream::DecryptorBE32 [−][src]
pub type DecryptorBE32<A> = Decryptor<A, StreamBE32<A>>;
This is supported on crate feature
stream
only.Expand description
STREAM decryptor instantiated with StreamBE32
as the underlying
STREAM primitive.