DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
GhashKey Struct Reference

4-bit GHASH table for a fixed subkey H = E(K, 0^128): M[i] = i*H as four big-endian uint32 words (M[i][0] most significant). 256 bytes. More...

#include <ghash.h>

Public Attributes

uint32_t M [16][4]
 

Detailed Description

4-bit GHASH table for a fixed subkey H = E(K, 0^128): M[i] = i*H as four big-endian uint32 words (M[i][0] most significant). 256 bytes.

Definition at line 32 of file ghash.h.

Member Data Documentation

◆ M

uint32_t GhashKey::M[16][4]

Definition at line 34 of file ghash.h.

Referenced by ghash_key_init(), and ghash_mul().


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