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