|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
The AES forward S-box (FIPS 197 Figure 7) - one shared copy. More...
#include <stdint.h>Go to the source code of this file.
The AES forward S-box (FIPS 197 Figure 7) - one shared copy.
The identical 256-byte substitution table was open-coded in every software-AES fallback (ssh_aes256ctr, quic_aead) and the shipped SNMPv3 AES-128 (snmp_crypto). Header-only const, no heap, no <stdlib.h>; zero link cost when unused.
Definition in file aes_sbox.h.