upgrading SJCL to 1.0.8

This commit is contained in:
El RIDO
2020-01-07 21:22:34 +01:00
parent 71029f7d3d
commit 1a77f25000
4 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ global.fs = require('fs');
// application libraries to test
global.$ = global.jQuery = require('./jquery-3.4.1');
global.sjcl = require('./sjcl-1.0.7');
global.sjcl = require('./sjcl-1.0.8');
global.Base64 = require('./base64-2.4.5').Base64;
global.RawDeflate = require('./rawdeflate-0.5').RawDeflate;
global.RawDeflate.inflate = require('./rawinflate-0.3').RawDeflate.inflate;