Trait octavo_crypto::stream::StreamDecrypt [] [src]

pub trait StreamDecrypt {
    fn decrypt_stream<I, O>(&mut self, input: I, output: O) where I: AsRef<[u8]>, O: AsMut<[u8]>;
}

Required Methods

fn decrypt_stream<I, O>(&mut self, input: I, output: O) where I: AsRef<[u8]>, O: AsMut<[u8]>

Implementors