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

HMAC-SHA1 HOTP/TOTP (RFC 4226 / 6238) + base32 decode (pure). More...

Go to the source code of this file.

Detailed Description

HMAC-SHA1 HOTP/TOTP (RFC 4226 / 6238) + base32 decode (pure).

HMAC-SHA1 is built on the existing one-shot software SHA-1; the TOTP message is the 8-byte counter, so all working buffers are fixed and stack-local.

Definition in file totp.cpp.