mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
CRC Checksum operations now send their input as ArrayBuffers. Tests added. Fixes #293
This commit is contained in:
parent
cb66508b8a
commit
f81012ef6e
4 changed files with 125 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue