Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
GCM block cipher mode of operation. More...
Go to the source code of this file.
Classes | |
class | GCM_Base |
GCM block cipher base implementation. More... | |
class | GCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption > |
GCM block cipher final implementation. More... | |
struct | GCM< T_BlockCipher, T_TablesOption > |
GCM block cipher mode of operation. More... | |
Macros | |
#define | CRYPTOPP_DISABLE_GCM_ASM 1 |
Enumerations | |
enum | GCM_TablesOption { GCM_2K_Tables , GCM_64K_Tables } |
GCM table size options. More... | |
enum GCM_TablesOption |