|
Leancrypto 1.6.0
Post-Quantum Cryptographic Library
|
#include "ext_headers.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. | |