mirror of
https://github.com/adulau/hotp-js.git
synced 2024-12-22 08:46:10 +00:00
Typo fixed
This commit is contained in:
parent
a059df5cc5
commit
2bcf8b0f83
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
hotp-js - A JavaScript HOTP implementation
|
hotp-js - A JavaScript HOTP implementation
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
A JavaScript HOTP implementation (HMAC-Based One-Time Password Algorithm) as described in [RFC4226](http://tools.ietf.org/html/rfc4226). The library is relying on [crypto-js](http://code.google.com/p/crypto-js/) for the javascript HMAC-SHA1 implementation.
|
A JavaScript HOTP implementation (HMAC-Based One-Time Password Algorithm) as described in [RFC4226](http://tools.ietf.org/html/rfc4226). The library uses on [crypto-js](http://code.google.com/p/crypto-js/) for the javascript HMAC-SHA1 implementation.
|
||||||
|
|
||||||
How to use it
|
How to use it
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in a new issue