mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
Add Chacha20Poly1305 tests
This commit is contained in:
parent
ff72ea1116
commit
8239db93f4
3 changed files with 139 additions and 0 deletions
|
@ -26,6 +26,7 @@ import "./tests/Base62.mjs";
|
|||
import "./tests/BitwiseOp.mjs";
|
||||
import "./tests/ByteRepr.mjs";
|
||||
import "./tests/CartesianProduct.mjs";
|
||||
import "./tests/Chacha20Poly1305.mjs";
|
||||
import "./tests/CharEnc.mjs";
|
||||
import "./tests/ChangeIPFormat.mjs";
|
||||
import "./tests/Charts.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue