Struct crypto::rc4::Rc4 [] [src]

pub struct Rc4 { /* fields omitted */ }

Methods

impl Rc4
[src]

Trait Implementations

impl Copy for Rc4
[src]

impl Clone for Rc4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl SynchronousStreamCipher for Rc4
[src]

impl Encryptor for Rc4
[src]

impl Decryptor for Rc4
[src]