Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
EAX< T_BlockCipher > Class Template Reference

EAX block cipher mode of operation. More...

#include <eax.h>

Inheritance diagram for EAX< T_BlockCipher >:
[legend]
Collaboration diagram for EAX< T_BlockCipher >:
[legend]

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 More...
 
typedef AuthenticatedSymmetricCipher Decryption
 implements the AuthenticatedSymmetricCipher interface More...
 

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.

Member Typedef Documentation

template<class T_BlockCipher >
typedef EAX_Final<T_BlockCipher, false> EAX< T_BlockCipher >::Decryption

Definition at line 104 of file eax.h.

template<class T_BlockCipher >
typedef EAX_Final<T_BlockCipher, true> EAX< T_BlockCipher >::Encryption

Definition at line 103 of file eax.h.


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