mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Added 'CRC-16 Checksum' operation
This commit is contained in:
parent
3c52a9faab
commit
174cabdc74
6 changed files with 30 additions and 31 deletions
|
@ -346,7 +346,8 @@ const Hash = {
|
|||
"\nFletcher-32: " + Checksum.runFletcher32(byteArray, []) +
|
||||
"\nFletcher-64: " + Checksum.runFletcher64(byteArray, []) +
|
||||
"\nAdler-32: " + Checksum.runAdler32(byteArray, []) +
|
||||
"\nCRC-32: " + Checksum.runCRC32(byteArray, []);
|
||||
"\nCRC-16: " + Checksum.runCRC16(input, []) +
|
||||
"\nCRC-32: " + Checksum.runCRC32(input, []);
|
||||
|
||||
return output;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue