The GCM mode of operation. More...
Public Types | |
typedef GCM_Final < T_BlockCipher, T_TablesOption, true > | Encryption |
implements the AuthenticatedSymmetricCipher interface | |
typedef GCM_Final < T_BlockCipher, T_TablesOption, false > | Decryption |
implements the AuthenticatedSymmetricCipher interface |
The GCM mode of operation.
T_BlockCipher | block cipher | |
T_TablesOption | table size, either GCM_2K_Tables or GCM_64K_Tables |
GCM
provides the Encryption
and Decryption
typedef.
Definition at line 119 of file gcm.h.