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

Go to the source code of this file.

Functions

int lc_totp (const uint8_t *hmac_key, size_t hmac_key_len, uint32_t step, uint32_t digits, uint32_t *totp_val)
 Time-Based One-Time Password Algorithm - RFC 6238.