mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
CRC Checksum operations now send their input as ArrayBuffers. Tests added. Fixes #293
This commit is contained in:
@@ -120,7 +120,7 @@ const Checksum = {
|
||||
/**
|
||||
* CRC-32 Checksum operation.
|
||||
*
|
||||
* @param {string} input
|
||||
* @param {ArrayBuffer} input
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
*/
|
||||
@@ -132,7 +132,7 @@ const Checksum = {
|
||||
/**
|
||||
* CRC-16 Checksum operation.
|
||||
*
|
||||
* @param {string} input
|
||||
* @param {ArrayBuffer} input
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user