2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-15 15:53:30 +00:00

Add ChaCha stream cipher operation

This commit is contained in:
Joost Rijneveld
2022-11-03 14:47:40 +01:00
parent ed8bd34915
commit ebe2a29543
5 changed files with 450 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ import "./tests/ByteRepr.mjs";
import "./tests/CartesianProduct.mjs";
import "./tests/CetaceanCipherEncode.mjs";
import "./tests/CetaceanCipherDecode.mjs";
import "./tests/ChaCha.mjs";
import "./tests/CharEnc.mjs";
import "./tests/ChangeIPFormat.mjs";
import "./tests/Charts.mjs";