Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
The EAX block cipher mode of operation. More...
Public Types | |
typedef EAX_Final< T_BlockCipher, true > | Encryption |
typedef EAX_Final< T_BlockCipher, false > | Decryption |
The EAX block cipher mode of operation.
EAX is an Authenticated Encryption with Associated Data (AEAD) block cipher mode of operation designed to simultaneously provide both authentication and privacy of the message.
T_BlockCipher | block cipher |
EAX
provides the Encryption
and Decryption
typedef.