Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | List of all members
EAX< T_BlockCipher > Struct Template Reference

EAX block cipher mode of operation. More...

+ 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
 

Detailed Description

template<class T_BlockCipher>
struct EAX< T_BlockCipher >

EAX block cipher mode of operation.

Template Parameters
T_BlockCipherblock cipher

EAX provides the Encryption and Decryption typedef. See EAX_Base and EAX_Final for the AuthenticatedSymmetricCipher implementation.

See also
EAX Mode and Modes of Operation on the Crypto++ wiki.
Since
Crypto++ 5.6.0

Definition at line 104 of file eax.h.


The documentation for this struct was generated from the following file: