mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 01:56:54 -04:00
Added Fletcher-8, -32 and -64 checksum operations. Closes #51.
This commit is contained in:
parent
cddd349090
commit
3c3f5d9dcd
9 changed files with 120 additions and 45 deletions
|
@ -226,7 +226,10 @@ var Categories = [
|
|||
"SHA3",
|
||||
"RIPEMD-160",
|
||||
"HMAC",
|
||||
"Fletcher-8 Checksum",
|
||||
"Fletcher-16 Checksum",
|
||||
"Fletcher-32 Checksum",
|
||||
"Fletcher-64 Checksum",
|
||||
"Adler-32 Checksum",
|
||||
"CRC-32 Checksum",
|
||||
"TCP/IP Checksum",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue