Leancrypto 0.12.0
Post-Quantum Cryptographic Library
Loading...
Searching...
No Matches
lc_hotp.h File Reference
#include "ext_headers.h"
+ Include dependency graph for lc_hotp.h:

Go to the source code of this file.

Functions

void lc_hotp (const uint8_t *hmac_key, size_t hmac_key_len, uint64_t counter, uint32_t digits, uint32_t *hotp_val)
 HMAC-Based One-Time Password Algorithm - RFC 4226.