mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
59ae562a32
commit
30d7ead6af
9 changed files with 1724 additions and 0 deletions
|
@ -33,6 +33,7 @@ disktidy.c
|
|||
flipit.c
|
||||
shopper.c
|
||||
resistor.c
|
||||
otp.c
|
||||
|
||||
#ifdef USB_ENABLE_HID
|
||||
remote_control.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue