The EAX block cipher mode of operation. More...
Public Types | |
typedef EAX_Final < T_BlockCipher, true > | Encryption |
implements the AuthenticatedSymmetricCipher interface | |
typedef EAX_Final < T_BlockCipher, false > | Decryption |
implements the AuthenticatedSymmetricCipher interface |
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.
Definition at line 104 of file eax.h.