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

type DecryptorLE31<A> = Decryptor<A, StreamLE31<A>>;
This is supported on crate feature stream only.

STREAM decryptor instantiated with StreamLE31 as the underlying STREAM primitive.