add cetacean cipher encoder and decoder operations, tests. Update .gitignore to exclude idea generated files

This commit is contained in:
Robin Scholtes 2022-01-17 23:37:24 +13:00
parent ae1b12c120
commit 578a61d331
7 changed files with 169 additions and 0 deletions

View file

@ -26,6 +26,8 @@ import "./tests/Base62.mjs";
import "./tests/BitwiseOp.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/CartesianProduct.mjs";
import "./tests/CetaceanCipherEncode.mjs";
import "./tests/CetaceanCipherDecode.mjs";
import "./tests/CharEnc.mjs";
import "./tests/ChangeIPFormat.mjs";
import "./tests/Charts.mjs";