Struct crypto::rc4::Rc4
[-] [+]
[src]
pub struct Rc4 { // some fields omitted }
pub struct Rc4 { // some fields omitted }
impl Rc4
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
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
).