mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -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
|
@ -1,3 +1,4 @@
|
|||
sha1.c
|
||||
gcc-support.c
|
||||
pluginlib_actions.c
|
||||
helper.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue