add: HOTP.at and HOTP.verify functions

This commit is contained in:
lancegin
2017-06-30 14:21:19 +08:00
parent c3e644a546
commit ad67a82794
3 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ describe('TOTP module test', function() {
});
describe('verify() function', function() {
it("should print 'TOTP.verify'", function() {
it("should verify the digit", function() {
assert.equal(true, a.verify(a.now()));
})
})