mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
fix a bug in alphabet
This commit is contained in:
parent
4b235e1166
commit
4b5e631eec
3 changed files with 7 additions and 5 deletions
|
@ -23,6 +23,7 @@ import "./tests/BaconCipher.mjs";
|
|||
import "./tests/Base58.mjs";
|
||||
import "./tests/Base64.mjs";
|
||||
import "./tests/Base62.mjs";
|
||||
import "./tests/Base91.mjs";
|
||||
import "./tests/BitwiseOp.mjs";
|
||||
import "./tests/ByteRepr.mjs";
|
||||
import "./tests/CartesianProduct.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue