Adds Base85 operation to resolve #286

This commit is contained in:
George J 2018-05-06 14:41:35 +01:00
parent 403296cc59
commit d6fb200fb2
6 changed files with 290 additions and 0 deletions

View file

@ -15,6 +15,7 @@ import "babel-polyfill";
import TestRegister from "./TestRegister.js";
import "./tests/operations/Base58.js";
import "./tests/operations/Base64.js";
import "./tests/operations/Base85.js";
import "./tests/operations/BCD.js";
import "./tests/operations/BitwiseOp.js";
import "./tests/operations/BSON.js";