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