|
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 <algorithm>#include <climits>#include <cmath>#include <cstddef>#include <sstream>#include "BitBuffer.hpp"#include "QrCode.hpp"