Add LongToBytes/BytesToLong operations

This commit is contained in:
clubby789 2024-06-12 15:15:33 +01:00
parent 1efbd9dfd1
commit 9f9c20a4f5
5 changed files with 138 additions and 1 deletions

View file

@ -33,6 +33,7 @@ import "./tests/BLAKE2s.mjs";
import "./tests/Bombe.mjs";
import "./tests/BSON.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/BytesLong.mjs";
import "./tests/CaesarBoxCipher.mjs";
import "./tests/CaretMdecode.mjs";
import "./tests/CartesianProduct.mjs";