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

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

STREAM encryptor instantiated with StreamLE31 as the underlying STREAM primitive.