Struct crypto::rc4::Rc4
[−]
[src]
pub struct Rc4 {
// some fields omitted
}pub struct Rc4 {
// some fields omitted
}impl Rc4impl Clone for Rc4fn clone(&self) -> Rc4fn clone_from(&mut self, source: &Self)impl SynchronousStreamCipher for Rc4impl Encryptor for Rc4fn encrypt(&mut self, input: &mut RefReadBuffer, output: &mut RefWriteBuffer, _: bool) -> Result<BufferResult, SymmetricCipherError>impl Decryptor for Rc4fn decrypt(&mut self, input: &mut RefReadBuffer, output: &mut RefWriteBuffer, _: bool) -> Result<BufferResult, SymmetricCipherError>impl Copy for Rc4