|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
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 (pc_aes256ctr, aes128gcm) and the shipped SNMPv3 AES-128 (pc_snmp_crypto). Header-only const, no heap, no <stdlib.h>; zero link cost when unused.
Definition in file aes_sbox.h.