|
Security Scol plugin
|
EAX block cipher mode of operation. More...
#include <eax.h>
Public Types | |
| typedef EAX_Final< T_BlockCipher, true > | Encryption |
| typedef EAX_Final< T_BlockCipher, false > | Decryption |
Public Types inherited from AuthenticatedSymmetricCipherDocumentation | |
| typedef AuthenticatedSymmetricCipher | Encryption |
| implements the AuthenticatedSymmetricCipher interface | |
| typedef AuthenticatedSymmetricCipher | Decryption |
| implements the AuthenticatedSymmetricCipher interface | |
EAX block cipher mode of operation.
| T_BlockCipher | block cipher |
EAX provides the Encryption and Decryption typedef. See EAX_Base and EAX_Final for the AuthenticatedSymmetricCipher implementation.