Add Bencode function operation

This commit is contained in:
jg42526 2025-05-12 15:24:44 +00:00
parent 7ecf8dfdaa
commit d8d594a493
8 changed files with 299 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";