Fixed HOTP, TOTP and added test for HOTP

This commit is contained in:
bwhitn 2017-12-16 09:10:52 -05:00
parent 47ce240e70
commit 9bc6c46dc3
3 changed files with 27 additions and 2 deletions

View file

@ -25,6 +25,7 @@ import "./tests/operations/Hash.js";
import "./tests/operations/Image.js";
import "./tests/operations/MorseCode.js";
import "./tests/operations/MS.js";
import "./tests/operations/OTP.js";
import "./tests/operations/StrUtils.js";
import "./tests/operations/SeqUtils.js";