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 /manual/plugins/main.tex | |
| 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 'manual/plugins/main.tex')
| -rw-r--r-- | manual/plugins/main.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index e5f5deb..2cd4903 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -272,6 +272,8 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} {\input{plugins/metronome.tex}} +{\input{plugins/otp.tex}} + \opt{lcd_bitmap}{\input{plugins/periodic_table.tex}} \opt{swcodec}{\opt{recording_mic}{\input{plugins/pitch_detector.tex}}} |