Add FNV-1 operations

This commit is contained in:
TheIndra55 2023-10-14 01:35:47 +00:00
parent 6ed9d4554a
commit 3a035770cf
No known key found for this signature in database
GPG key ID: 414387950028F334
6 changed files with 281 additions and 1 deletions

View file

@ -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";