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

AES-128 block cipher and AEAD_AES_128_GCM (see quic_aead.h). More...

Go to the source code of this file.

Detailed Description

AES-128 block cipher and AEAD_AES_128_GCM (see quic_aead.h).

Arduino: the AES block is mbedtls_aes_crypt_ecb() (ESP32 HW accelerator). Native: a compact software AES-128 (forward S-box + GF(2^8) xtime, no large tables). GHASH and the counter loop are software on both targets.

Definition in file quic_aead.cpp.