Add Chacha20Poly1305 tests

This commit is contained in:
Andy Wang 2020-01-14 01:19:48 +00:00
parent ff72ea1116
commit 8239db93f4
3 changed files with 139 additions and 0 deletions

View file

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