mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 17:56:15 -04:00
Add FNV-1 operations
This commit is contained in:
parent
6ed9d4554a
commit
3a035770cf
6 changed files with 281 additions and 1 deletions
|
@ -135,6 +135,7 @@ import "./tests/SwapCase.mjs";
|
|||
import "./tests/HKDF.mjs";
|
||||
import "./tests/GenerateDeBruijnSequence.mjs";
|
||||
import "./tests/GOST.mjs";
|
||||
import "./tests/FNV.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