add new operation: Swap case

This commit is contained in:
MikeCAT 2023-01-11 05:48:05 +09:00
parent ba12ad8e7c
commit d5b72548fc
4 changed files with 112 additions and 0 deletions

View file

@ -130,6 +130,7 @@ import "./tests/FletcherChecksum.mjs";
import "./tests/CMAC.mjs";
import "./tests/AESKeyWrap.mjs";
import "./tests/Rabbit.mjs";
import "./tests/SwapCase.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";