Inheritance diagram for RC2::Decryption:
Definition at line 61 of file rc2.h.
Public Member Functions | |
Decryption () | |
Decryption (const byte *key, unsigned int keyLen=DEFAULT_KEYLENGTH, unsigned int effectiveLen=1024) | |
BlockCipherFinal () | |
BlockCipherFinal (const byte *key) | |
BlockCipherFinal (const byte *key, unsigned int length) | |
BlockCipherFinal (const byte *key, unsigned int length, unsigned int rounds) | |
bool | IsForwardTransformation () const |
void | SetKey (const byte *key, unsigned int length, const NameValuePairs ¶m=g_nullNameValuePairs) |
Clonable * | Clone () const |