Class specific methods used to operate the cipher in the forward direction. More...
Public Member Functions | |
Encryption (const byte *key, size_t keyLen=DEFAULT_KEYLENGTH) | |
Encryption (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 forward direction.
Implementations and overrides in Encryption
apply to ENCRYPTION
.
Definition at line 65 of file rc2.h.
bool BlockCipherFinal< DIR, Enc >::IsForwardTransformation | ( | ) | const [inline, inherited] |
Provides the direction of the cipher.