mirror of
https://github.com/gchq/CyberChef
synced 2025-12-23 19:53:26 +00:00
CRC Checksum operations now send their input as ArrayBuffers. Tests added. Fixes #293
This commit is contained in:
@@ -20,6 +20,7 @@ import "./tests/operations/BitwiseOp.js";
|
||||
import "./tests/operations/BSON.js";
|
||||
import "./tests/operations/ByteRepr.js";
|
||||
import "./tests/operations/CharEnc.js";
|
||||
import "./tests/operations/Checksum.js";
|
||||
import "./tests/operations/Cipher.js";
|
||||
import "./tests/operations/Code.js";
|
||||
import "./tests/operations/Compress.js";
|
||||
|
||||
Reference in New Issue
Block a user