Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Provides Encryption and Decryption typedefs used by derived classes to implement a block cipher. More...
#include <seckey.h>
Public Types | |
typedef BlockCipher | Encryption |
implements the BlockCipher interface More... | |
typedef BlockCipher | Decryption |
implements the BlockCipher interface More... | |
Provides Encryption and Decryption typedefs used by derived classes to implement a block cipher.
These objects usually should not be used directly. See CipherModeDocumentation instead. Each class derived from this one defines two types, Encryption and Decryption, both of which implement the BlockCipher interface.
implements the BlockCipher interface
implements the BlockCipher interface