]> git.earman.xyz Git - sensor-watch.git/commit
Make the TOTP face use the filesystem for secret storage (#95)
authorJames Haggerty <james@gruemail.com>
Tue, 1 Nov 2022 06:08:05 +0000 (17:08 +1100)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2022 06:08:05 +0000 (01:08 -0500)
commitb7a461d280d06749aeb14af1e8c17cbf3616055b
tree899fb8f3b9aefbbbcddc969f0e6d04570adc7661
parent54495d2d295675da636c60d864715ea36e8ebedd
Make the TOTP face use the filesystem for secret storage (#95)

* TOTP using filesystem

* Filesystem: ability to read files line by line
movement/filesystem.c
movement/filesystem.h
movement/lib/base32/base32.c [new file with mode: 0644]
movement/lib/base32/base32.h [new file with mode: 0644]
movement/make/Makefile
movement/movement_faces.h
movement/watch_faces/complication/totp_face_lfs.c [new file with mode: 0644]
movement/watch_faces/complication/totp_face_lfs.h [new file with mode: 0644]