Struct crypto::rc4::Rc4
[-] [+]
[src]
pub struct Rc4 {
// some fields omitted
}pub struct Rc4 {
// some fields omitted
}impl Rc4impl 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
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).