logo

Type Definition aead::stream::EncryptorLE31

source · []
pub type EncryptorLE31<A> = Encryptor<A, StreamLE31<A>>;
Available on crate feature stream only.
Expand description

STREAM encryptor instantiated with StreamLE31 as the underlying STREAM primitive.