fix a bug in alphabet

This commit is contained in:
IChenDEV 2020-08-06 14:15:11 +08:00
parent 4b235e1166
commit 4b5e631eec
3 changed files with 7 additions and 5 deletions

View file

@ -23,6 +23,7 @@ import "./tests/BaconCipher.mjs";
import "./tests/Base58.mjs";
import "./tests/Base64.mjs";
import "./tests/Base62.mjs";
import "./tests/Base91.mjs";
import "./tests/BitwiseOp.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/CartesianProduct.mjs";