mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 17:26:17 -04:00
fix Fletcher-32/64 Checksum
* Operate on words, not bytes * Add tests
This commit is contained in:
parent
ed8bd34915
commit
5b134d7e9e
5 changed files with 137 additions and 8 deletions
|
@ -124,6 +124,7 @@ import "./tests/UnescapeString.mjs";
|
|||
import "./tests/LS47.mjs";
|
||||
import "./tests/LZString.mjs";
|
||||
import "./tests/NTLM.mjs";
|
||||
import "./tests/FletcherChecksum.mjs";
|
||||
|
||||
// Cannot test operations that use the File type yet
|
||||
// import "./tests/SplitColourChannels.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue