|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Alleged RC4. More...
#include <arc4.h>
Inheritance diagram for Weak::ARC4:Additional Inherited Members | |
Public Member Functions inherited from SymmetricCipherFinal< ARC4_Base > | |
| SymmetricCipherFinal () | |
| Construct a stream cipher. | |
| SymmetricCipherFinal (const byte *key) | |
| Construct a stream cipher. | |
| SymmetricCipherFinal (const byte *key, size_t length) | |
| Construct a stream cipher. | |
| SymmetricCipherFinal (const byte *key, size_t length, const byte *iv) | |
| Construct a stream cipher. | |
| Clonable * | Clone () const |
| Clone a SymmetricCipher. | |
Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
| std::string | AlgorithmName () const |
| The algorithm name. | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
| static std::string | StaticAlgorithmName () |
| The algorithm name. | |