add operation "Rabbit Stream Cipher"

This commit is contained in:
MikeCAT 2022-10-29 03:09:41 +09:00
parent ed8bd34915
commit 3ac2ed20d2
4 changed files with 427 additions and 1 deletions

View file

@ -124,6 +124,7 @@ import "./tests/UnescapeString.mjs";
import "./tests/LS47.mjs";
import "./tests/LZString.mjs";
import "./tests/NTLM.mjs";
import "./tests/RabbitStreamCipher.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";