Trait octavo_crypto::stream::StreamEncrypt [] [src]

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

Required Methods

Implementors