Merge pull request #1553 from sg5506844/base92

Feature: Add Base92 operations
This commit is contained in:
a3957273 2024-02-09 00:42:05 +00:00 committed by GitHub
commit c13997bdb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 258 additions and 0 deletions

View file

@ -25,6 +25,7 @@ import "./tests/Base58.mjs";
import "./tests/Base64.mjs";
import "./tests/Base62.mjs";
import "./tests/Base85.mjs";
import "./tests/Base92.mjs";
import "./tests/BitwiseOp.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/CartesianProduct.mjs";