Crypto++  5.6.5
Free C++ class library of cryptographic schemes
Public Types | List of all members
EAX< T_BlockCipher > Class 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>
class 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 at the Crypto Lounge
Since
Crypto++ 5.6.0

Definition at line 101 of file eax.h.


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