Merge pull request #1991 from peterc-s/master
Some checks are pending
CodeQL Analysis / Analyze (push) Waiting to run
Master Build, Test & Deploy / main (push) Waiting to run

Add Base32 Hex Extended Alphabet and Base32 Tests.
This commit is contained in:
a3957273 2025-04-05 05:57:56 +01:00 committed by GitHub
commit 74d631c71e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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";