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.
Aliased Typeยง
pub struct EncryptorLE31<A> { /* private fields */ }