Fixed HOTP, TOTP and added test for HOTP

This commit is contained in:
bwhitn 2017-12-16 09:10:52 -05:00
parent caae0ec5ca
commit 435ed587a5
3 changed files with 27 additions and 2 deletions

View file

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