mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
Add Salsa20 tests
This commit is contained in:
parent
4df8606f7b
commit
f5049d6707
3 changed files with 125 additions and 0 deletions
|
@ -70,6 +70,7 @@ import "./tests/Regex.mjs";
|
|||
import "./tests/Register.mjs";
|
||||
import "./tests/RemoveDiacritics.mjs";
|
||||
import "./tests/Rotate.mjs";
|
||||
import "./tests/Salsa20.mjs";
|
||||
import "./tests/SeqUtils.mjs";
|
||||
import "./tests/SetDifference.mjs";
|
||||
import "./tests/SetIntersection.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue