1
0
Fork 0
forked from len0rd/rockbox

One-Time Password client (HOTP and TOTP)

* Implements RFC 4226 (HOTP) and RFC 6238 (TOTP)

* Adds sha1.c to apps/plugins/lib (orignally tools/hmac-sha1.c)

* See manual entry for more information

Change-Id: Ia4a4031b29f97361b541e71438aa7f3ea82212f2
This commit is contained in:
Franklin Wei 2016-05-25 21:43:32 -04:00
parent 59ae562a32
commit 30d7ead6af
9 changed files with 1724 additions and 0 deletions

View file

@ -33,6 +33,7 @@ disktidy.c
flipit.c
shopper.c
resistor.c
otp.c
#ifdef USB_ENABLE_HID
remote_control.c