This commit is contained in:
jg42526 2025-05-16 13:33:18 +01:00 committed by GitHub
commit 2709299711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 573 additions and 1 deletions

View file

@ -26,6 +26,8 @@ import "./tests/Base64.mjs";
import "./tests/Base85.mjs";
import "./tests/Base92.mjs";
import "./tests/BCD.mjs";
import "./tests/BencodeEncode.mjs";
import "./tests/BencodeDecode.mjs";
import "./tests/BitwiseOp.mjs";
import "./tests/BLAKE2b.mjs";
import "./tests/BLAKE2s.mjs";