initial commit v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 8 Sep 2023 00:52:03 +0000 (17:52 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 8 Sep 2023 00:52:03 +0000 (17:52 -0700)
commit2207e51e71606cbd1b4e3a688d450a79853dc8e9
tree4796ff989380e6aebf4fefe72676d4994172e7dd
parent2fdc701c2749c8d2817502c750f1011e99e21cc1
initial commit
12 files changed:
.eslintrc.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/hotp.js [new file with mode: 0644]
lib/totp.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
reference/rfc4226.txt [new file with mode: 0644]
reference/rfc6238.txt [new file with mode: 0644]
test/hotp.js [new file with mode: 0644]
test/totp.js [new file with mode: 0644]