Inheritance diagram for RC2::Encryption:
Definition at line 53 of file rc2.h.
Public Member Functions | |
Encryption () | |
Encryption (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 |