Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Alleged RC4. More...
#include <arc4.h>
Additional Inherited Members | |
![]() | |
SymmetricCipherFinal () | |
Construct a stream cipher. More... | |
SymmetricCipherFinal (const byte *key) | |
Construct a stream cipher. More... | |
SymmetricCipherFinal (const byte *key, size_t length) | |
Construct a stream cipher. More... | |
SymmetricCipherFinal (const byte *key, size_t length, const byte *iv) | |
Construct a stream cipher. More... | |
Clonable * | Clone () const |
Clone a SymmetricCipher. More... | |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. More... | |
![]() | |
size_t | MinKeyLength () const |
The minimum key length used by the algorithm. More... | |
size_t | MaxKeyLength () const |
The maximum key length used by the algorithm. More... | |
size_t | DefaultKeyLength () const |
The default key length used by the algorithm. More... | |
size_t | GetValidKeyLength (size_t keylength) const |
Provides a valid key length for the algorithm. More... | |
SimpleKeyingInterface::IV_Requirement | IVRequirement () const |
The default IV requirements for the algorithm. More... | |
unsigned int | IVSize () const |
The initialization vector length for the algorithm. More... | |
![]() | |
static std::string | StaticAlgorithmName () |
The algorithm name. More... | |