|
SWE-350 TOTP Generator Milestone 5
The DE-10 board has six 7-segment displays, this can be used to display and generate a time based one-time pin (TOTP).
|
#include <sha1.h>
Data Fields | |
| uint8_t | b [HASH_LENGTH] |
| uint32_t | w [HASH_LENGTH/4] |
| uint8_t b[HASH_LENGTH] |
| uint32_t w[HASH_LENGTH/4] |