|
Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
Class specific methods used to operate the cipher in the reverse direction. More...
Inheritance diagram for RC2::Decryption: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. More... | |
| Clonable * | Clone () const |
Class specific methods used to operate the cipher in the reverse direction.
Implementations and overrides in Decryption apply to DECRYPTION.
|
inlineinherited |
Provides the direction of the cipher.
1.8.11