aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-08-20 22:51:19 +0200
committerMario Vavti <mario@mariovavti.com>2020-08-20 22:51:19 +0200
commit374c30999acb19fd9ec828a266106e11367c7584 (patch)
treed4892f1ba01f5b11e2dafb01b3aa808b5971f3e2 /library
parent2ab480188afdd8d980d18e10efe00749aa150839 (diff)
downloadvolse-hubzilla-374c30999acb19fd9ec828a266106e11367c7584.tar.gz
volse-hubzilla-374c30999acb19fd9ec828a266106e11367c7584.tar.bz2
volse-hubzilla-374c30999acb19fd9ec828a266106e11367c7584.zip
whitespace
Diffstat (limited to 'library')
-rw-r--r--library/sjcl/sjcl.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/sjcl/sjcl.js b/library/sjcl/sjcl.js
index c2575446c..c3c3ea977 100644
--- a/library/sjcl/sjcl.js
+++ b/library/sjcl/sjcl.js
@@ -58,4 +58,3 @@ b+'":';d=",";switch(typeof a[b]){case "number":case "boolean":c+=a[b];break;case
null!=d[3]?b[d[2]]=parseInt(d[3],10):null!=d[4]?b[d[2]]=d[2].match(/^(ct|adata|salt|iv)$/)?sjcl.codec.base64.toBits(d[4]):unescape(d[4]):null!=d[5]&&(b[d[2]]="true"===d[5])}return b},g:function(a,b,c){void 0===a&&(a={});if(void 0===b)return a;for(var d in b)if(b.hasOwnProperty(d)){if(c&&void 0!==a[d]&&a[d]!==b[d])throw new sjcl.exception.invalid("required parameter overridden");a[d]=b[d]}return a},sa:function(a,b){var c={},d;for(d in a)a.hasOwnProperty(d)&&a[d]!==b[d]&&(c[d]=a[d]);return c},ra:function(a,
b){var c={},d;for(d=0;d<b.length;d++)void 0!==a[b[d]]&&(c[b[d]]=a[b[d]]);return c}};sjcl.encrypt=sjcl.json.encrypt;sjcl.decrypt=sjcl.json.decrypt;sjcl.misc.pa={};sjcl.misc.cachedPbkdf2=function(a,b){var c=sjcl.misc.pa,d;b=b||{};d=b.iter||1E3;c=c[a]=c[a]||{};d=c[d]=c[d]||{firstSalt:b.salt&&b.salt.length?b.salt.slice(0):sjcl.random.randomWords(2,0)};c=void 0===b.salt?d.firstSalt:b.salt;d[c]=d[c]||sjcl.misc.pbkdf2(a,c,b.iter);return{key:d[c].slice(0),salt:c.slice(0)}};
"undefined"!==typeof module&&module.exports&&(module.exports=sjcl);"function"===typeof define&&define([],function(){return sjcl});
-