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