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