CRC Checksum operations now send their input as ArrayBuffers. Tests added. Fixes #293

This commit is contained in:
n1474335 2018-04-29 21:44:54 +01:00
parent cb66508b8a
commit f81012ef6e
4 changed files with 125 additions and 4 deletions

View file

@ -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";