diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2016-05-25 21:43:32 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2016-06-05 14:25:09 -0400 |
| commit | 30d7ead6af5c28ff72d6e47bab7e044657be7ce6 (patch) | |
| tree | 57b38d872bb37cf361fb2777ba5da48d5fc14a3c /apps/plugins/SOURCES | |
| parent | 59ae562a3280105595e690ebff772ea4f7790970 (diff) | |
| download | rockbox-30d7ead6af5c28ff72d6e47bab7e044657be7ce6.zip rockbox-30d7ead6af5c28ff72d6e47bab7e044657be7ce6.tar.gz rockbox-30d7ead6af5c28ff72d6e47bab7e044657be7ce6.tar.bz2 rockbox-30d7ead6af5c28ff72d6e47bab7e044657be7ce6.tar.xz | |
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
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 3865fbf..c7a8cb6 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -33,6 +33,7 @@ disktidy.c flipit.c shopper.c resistor.c +otp.c #ifdef USB_ENABLE_HID remote_control.c |