Base85 improvements

This commit is contained in:
John L 2022-06-14 10:23:13 +01:00
parent 54fdc05e3a
commit 906727f133
5 changed files with 88 additions and 4 deletions

View file

@ -24,6 +24,7 @@ import "./tests/Base45.mjs";
import "./tests/Base58.mjs";
import "./tests/Base64.mjs";
import "./tests/Base62.mjs";
import "./tests/Base85.mjs";
import "./tests/BitwiseOp.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/CartesianProduct.mjs";