Adding ROT8000

This commit is contained in:
Thomas Leplus 2022-04-11 18:44:14 -07:00
parent 7c66dacc40
commit e712af33b7
4 changed files with 142 additions and 1 deletions

View file

@ -246,6 +246,7 @@ module.exports = {
// testOp(browser, "RIPEMD", "test input", "test_output");
// testOp(browser, "ROT13", "test input", "test_output");
// testOp(browser, "ROT47", "test input", "test_output");
// testOp(browser, "ROT8000", "test input", "test_output");
// testOp(browser, "Rail Fence Cipher Decode", "test input", "test_output");
// testOp(browser, "Rail Fence Cipher Encode", "test input", "test_output");
// testOp(browser, "Randomize Colour Palette", "test input", "test_output");