|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
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] |
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.
| uint32_t GhashKey::M[16][4] |
Definition at line 34 of file ghash.h.
Referenced by ghash_key_init(), and ghash_mul().