tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug836705.js (218B)


      1 Object.prototype[3] = 3;
      2 var sjcl = {
      3    cipher: {},
      4 };
      5 sjcl.cipher.aes = function (a) {
      6    d = a.slice(0);
      7    for (a=0; a < 60; a++) {
      8        c = d[a - 1];
      9    }
     10 };
     11 new sjcl.cipher.aes([0xffffffff, 0xffffffff]);