Skip to main content

EncryptorLE31

Type Alias EncryptorLE31 

Source
pub type EncryptorLE31<A> = Encryptor<A, StreamLE31<A>>;
Expand description

STREAM encryptor instantiated with StreamLE31 as the underlying STREAM primitive.

Aliased Typeยง

pub struct EncryptorLE31<A> { /* private fields */ }