mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 17:26:17 -04:00
Merge pull request #1991 from peterc-s/master
Add Base32 Hex Extended Alphabet and Base32 Tests.
This commit is contained in:
commit
74d631c71e
5 changed files with 214 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue