#include <des.h>
Inheritance diagram for DES_XEX3:
Definition at line 109 of file des.h.
Public Types | |
typedef BlockCipherFinal< ENCRYPTION, Base > | Encryption |
implements the BlockCipher interface | |
typedef BlockCipherFinal< DECRYPTION, Base > | Decryption |
implements the BlockCipher interface | |
Static Public Member Functions | |
static const char * | StaticAlgorithmName () |
static unsigned int | StaticGetValidKeyLength (unsigned int) |
Classes | |
class | Base |