Add Base32 Hex Extended option.

This commit is contained in:
peterc-s 2025-02-28 16:52:15 +00:00
parent d3357d2acd
commit 3057a20791
No known key found for this signature in database
GPG key ID: 439F1C3C7D4BCBD1
5 changed files with 214 additions and 4 deletions

View file

@ -20,6 +20,7 @@ import TestRegister from "../lib/TestRegister.mjs";
import "./tests/AESKeyWrap.mjs";
import "./tests/AvroToJSON.mjs";
import "./tests/BaconCipher.mjs";
import "./tests/Base32.mjs";
import "./tests/Base45.mjs";
import "./tests/Base58.mjs";
import "./tests/Base62.mjs";