From b7ed9adb6c41089da75d258d7148fa87d2f76d20 Mon Sep 17 00:00:00 2001 From: Wesley Ellis Date: Mon, 22 Nov 2021 21:20:57 -0500 Subject: Add initial TOTP watch face impl 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 --- movement/lib/TOTP-MCU | 1 + 1 file changed, 1 insertion(+) create mode 160000 movement/lib/TOTP-MCU (limited to 'movement/lib/TOTP-MCU/TOTP.c') diff --git a/movement/lib/TOTP-MCU b/movement/lib/TOTP-MCU new file mode 160000 index 00000000..646474a8 --- /dev/null +++ b/movement/lib/TOTP-MCU @@ -0,0 +1 @@ +Subproject commit 646474a8757e1fca490792e81082b2ad89b966a3 -- cgit v1.2.3