Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 1 | -2/+2 |
| | |||||
* | add header guards, move declarations to source file | Joey Castillo | 2021-11-24 | 3 | -15/+25 |
| | |||||
* | Properly vendor TOTP-MCU temporarily | Wesley Ellis | 2021-11-23 | 8 | -0/+374 |
| | |||||
* | Add initial TOTP watch face impl | Wesley Ellis | 2021-11-22 | 1 | -0/+0 |
Vendor code from https://github.com/Netthaw/TOTP-MCU to do the heavy lifting of computing SHA-1 and HMAC and the rest of TOTP Also implement a date_time to unix timestamp method |