Add Bacon cipher decoding

This commit is contained in:
Karsten Silkenbäumer 2019-03-02 15:00:42 +01:00
parent 8148c1a8a8
commit 77b098c5fe
5 changed files with 393 additions and 0 deletions

View file

@ -26,6 +26,7 @@ global.ENVIRONMENT_IS_WEB = function() {
import TestRegister from "./TestRegister";
import "./tests/BCD";
import "./tests/BSON";
import "./tests/BaconCipher";
import "./tests/Base58";
import "./tests/Base64";
import "./tests/Base62";