updated SJCL to 1.0.7

no change log was published, the one non-build related commit seems to be about an issue on Android:
6bb1978510
This commit is contained in:
El RIDO 2018-07-01 07:29:49 +02:00
parent e35342e3a4
commit ded3767803
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
4 changed files with 4 additions and 4 deletions

View file

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