logo

Type Definition aead::stream::DecryptorLE31

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

STREAM decryptor instantiated with StreamLE31 as the underlying STREAM primitive.