Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
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. 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.