Type Alias 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.
Aliased Type§
struct DecryptorBE32<A> { /* private fields */ }