RC4
- License
 - Botan is released under the Simplified BSD License (see LICENSE.md)
 
class  RC4: botan.stream.stream_cipher.StreamCipher, botan.algo_base.sym_algo.SymmetricAlgorithm;
 
 RC4 stream cipher
this(size_t s = 0);
- Parameters
 | size_t s | 
skip this many initial bytes in the keystream |