Add Base45 operations

Closes #1219

Co-developed-by: Cyril Delétré <cyril.deletre@gmail.com>
This commit is contained in:
Thomas Weißschuh 2021-09-11 17:03:59 +02:00
parent ae1b12c120
commit 6017578964
6 changed files with 280 additions and 0 deletions

View file

@ -20,6 +20,7 @@ import TestRegister from "../lib/TestRegister.mjs";
import "./tests/BCD.mjs";
import "./tests/BSON.mjs";
import "./tests/BaconCipher.mjs";
import "./tests/Base45.mjs";
import "./tests/Base58.mjs";
import "./tests/Base64.mjs";
import "./tests/Base62.mjs";