Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Enumerations
gcm.h File Reference

GCM block cipher mode of operation. More...

#include "authenc.h"
#include "modes.h"
Include dependency graph for gcm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GCM_Base
 GCM block cipher base implementation. More...
 
class  GCM_Base::GCTR
 
class  GCM_Final< T_BlockCipher, T_TablesOption, T_IsEncryption >
 GCM block cipher final implementation. More...
 
class  GCM< T_BlockCipher, T_TablesOption >
 GCM block cipher mode of operation. More...
 

Enumerations

enum  GCM_TablesOption { GCM_2K_Tables, GCM_64K_Tables }
 GCM table size options. More...
 

Detailed Description

GCM block cipher mode of operation.

Since
Crypto++ 5.6.0

Definition in file gcm.h.

Enumeration Type Documentation

GCM table size options.

Enumerator
GCM_2K_Tables 

Use a table with 2K entries.

GCM_64K_Tables 

Use a table with 64K entries.

Definition at line 17 of file gcm.h.