|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
HMAC-SHA1 HOTP/TOTP (RFC 4226 / 6238) + base32 decode (pure). More...
#include "services/security/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.