mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 09:46:17 -04:00
Merge pull request #1750 from joostrijneveld/feature/salsa20
This commit is contained in:
commit
0f14d23599
7 changed files with 595 additions and 0 deletions
|
@ -125,6 +125,8 @@ import "./tests/Register.mjs";
|
|||
import "./tests/RisonEncodeDecode.mjs";
|
||||
import "./tests/Rotate.mjs";
|
||||
import "./tests/RSA.mjs";
|
||||
import "./tests/Salsa20.mjs";
|
||||
import "./tests/XSalsa20.mjs";
|
||||
import "./tests/SeqUtils.mjs";
|
||||
import "./tests/SetDifference.mjs";
|
||||
import "./tests/SetIntersection.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue