Added BCD operations with tests

This commit is contained in:
n1474335 2017-07-19 15:29:37 +00:00
parent bcaef8ba54
commit c773edceb9
6 changed files with 382 additions and 1 deletions

View file

@ -12,6 +12,7 @@ import "babel-polyfill";
import TestRegister from "./TestRegister.js";
import "./tests/operations/Base58.js";
import "./tests/operations/BCD.js";
import "./tests/operations/ByteRepr.js";
import "./tests/operations/CharEnc.js";
import "./tests/operations/Cipher.js";