úÎ Ü ÷Goodstable#Vincent Hanquez <vincent@snarc.org>NoneThe encryption context for RC4 RC4 Stream cipher &C Call for initializing the encryptor RC4 context initialization. >seed the context with an initial key. the key size need to be * adequate otherwise security takes a hit. @generate the next len bytes of the rc4 stream without combining  it to anything. 4RC4 xor combination of the rc4 stream with an input  Pointer to the permutation Pointer to the clear text Length of the clear text Output buffer  The rc4 key The key length  The context The key &The RC4 context with the key mixed in  rc4 context input  new rc4 context, and the output          cipher-rc4-0.1.3Crypto.Cipher.RC4CtxRC4initCtxgeneratecombineencryptdecrypt c_rc4_init c_rc4_combine unsafeDoIOwithByteStringPtr $fShowCtx$fStreamCipherRC4 $fCipherRC4 $fByteableRC4