Type Definition aead::stream::EncryptorBE32[][src]

pub type EncryptorBE32<A> = Encryptor<A, StreamBE32<A>>;
This is supported on crate feature stream only.
Expand description

STREAM encryptor instantiated with StreamBE32 as the underlying STREAM primitive.