mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 09:16:17 -04:00
Add Salsa20 and XSalsa20 operation
This commit is contained in:
parent
c4e7c41a6e
commit
9068b6c17a
7 changed files with 595 additions and 0 deletions
|
@ -124,6 +124,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