Class specific methods used to operate the cipher in the reverse direction. More...
Public Member Functions | |
Decryption (const byte *key, size_t keyLen=DEFAULT_KEYLENGTH) | |
Decryption (const byte *key, size_t keyLen, int effectiveKeyLen) | |
bool | IsForwardTransformation () const |
Provides the direction of the cipher. | |
Clonable * | Clone () const |
Class specific methods used to operate the cipher in the reverse direction.
Implementations and overrides in Decryption
apply to DECRYPTION
.
Definition at line 78 of file rc2.h.
bool BlockCipherFinal< DIR, Dec >::IsForwardTransformation | ( | ) | const [inline, inherited] |
Provides the direction of the cipher.