Software APIs
Data Fields
ghash_context Struct Reference

Data Fields

ghash_block_t tbl [16]
 Precomputed product table for the hash subkey.
 
ghash_block_t state
 Cipher block representing the current GHASH state.
 

Detailed Description

Definition at line 33 of file ghash.h.

Field Documentation

◆ state

ghash_block_t ghash_context::state

Cipher block representing the current GHASH state.

Definition at line 41 of file ghash.h.

◆ tbl

ghash_block_t ghash_context::tbl[16]

Precomputed product table for the hash subkey.

Definition at line 37 of file ghash.h.