Lightweight Cryptography Primitives
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
ghash_state_t Struct Reference

State information for GHASH. More...

#include <internal-ghash.h>

Data Fields

gf128_value_t H [16]
 
uint8_t Y [16]
 
uint32_t posn
 

Detailed Description

State information for GHASH.

Field Documentation

gf128_value_t ghash_state_t::H[16]

Precomputed hash keys for 0..15

uint32_t ghash_state_t::posn

Position within Y for the next input byte

uint8_t ghash_state_t::Y[16]

Current value of the hash


The documentation for this struct was generated from the following file: