Fabcoin Core
0.16.2
P2P Digital Currency
|
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 More... | |
typedef AuthenticatedSymmetricCipher | Decryption |
implements the AuthenticatedSymmetricCipher interface More... | |
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.
typedef EAX_Final<T_BlockCipher, false> EAX< T_BlockCipher >::Decryption |
typedef EAX_Final<T_BlockCipher, true> EAX< T_BlockCipher >::Encryption |