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

The AES forward S-box (FIPS 197 Figure 7) - one shared copy. More...

#include <stdint.h>

Go to the source code of this file.

Detailed Description

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.

Author
Douglas Quigg (dstroy0)
Date
2026

Definition in file aes_sbox.h.