Trait crypto::symmetriccipher::SynchronousStreamCipher[][src]

pub trait SynchronousStreamCipher {
    fn process(&mut self, input: &[u8], output: &mut [u8]);
}

Required Methods

Implementations on Foreign Types

impl SynchronousStreamCipher for Box<SynchronousStreamCipher + 'static>
[src]

Implementors