#include <rc2.h>
Inheritance diagram for RC2:

Definition at line 20 of file rc2.h.
Public Types | |
| enum | { DEFAULT_EFFECTIVE_KEYLENGTH = 1024, MAX_EFFECTIVE_KEYLENGTH = 1024 } |
| typedef BlockCipher | Encryption |
| implements the BlockCipher interface | |
| typedef BlockCipher | Decryption |
| implements the BlockCipher interface | |
Static Public Member Functions | |
| static const char * | StaticAlgorithmName () |
| static unsigned int __cdecl | StaticGetValidKeyLength (unsigned int n) |
Classes | |
| class | Base |
| class | Dec |
| class | Decryption |
| class | Enc |
| class | Encryption |
1.4.4