GcmContext Struct Reference

GCM context. More...

#include <gcm.h>

Data Fields

const CipherAlgocipherAlgo
 Cipher algorithm. More...
 
void * cipherContext
 Cipher algorithm context. More...
 
uint32_t m [GCM_TABLE_N][4]
 Precalculated table. More...
 

Detailed Description

GCM context.

Definition at line 63 of file gcm.h.

Field Documentation

◆ cipherAlgo

const CipherAlgo* cipherAlgo

Cipher algorithm.

Definition at line 65 of file gcm.h.

◆ cipherContext

void* cipherContext

Cipher algorithm context.

Definition at line 66 of file gcm.h.

◆ m

uint32_t m[GCM_TABLE_N][4]

Precalculated table.

Definition at line 67 of file gcm.h.


The documentation for this struct was generated from the following file:
  • cyclone_crypto/aead/gcm.h