|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
HMAC-SHA1 HOTP/TOTP (RFC 4226 / 6238) + base32 decode (pure). More...
#include "services/totp/totp.h"Go to the source code of this file.
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.