Crypto++  5.6.3
Free C++ class library of cryptographic schemes
Classes | Enumerations
gcm.h File Reference

GCM block cipher mode of operation. More...

Go to the source code of this file.

Classes

class  GCM_Base
 CCM block cipher mode of operation. More...
 
class  GCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption >
 Class specific methods used to operate the cipher. More...
 
class  GCM< T_BlockCipher, T_TablesOption >
 The GCM mode of operation. More...
 

Enumerations

enum  GCM_TablesOption { GCM_2K_Tables, GCM_64K_Tables }
 Use either 2K or 64K size tables. More...
 

Detailed Description

GCM block cipher mode of operation.

Definition in file gcm.h.

Enumeration Type Documentation

§ GCM_TablesOption

Use either 2K or 64K size tables.

Definition at line 17 of file gcm.h.