| 
    Crypto++ 8.9
    
   Free C++ class library of cryptographic schemes 
   | 
 
EAX block cipher mode of operation. More...
#include <eax.h>
 Inheritance diagram for EAX< T_BlockCipher >: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.