michael@0: michael@0: Object.prototype[3] = 3; michael@0: var sjcl = { michael@0: cipher: {}, michael@0: }; michael@0: sjcl.cipher.aes = function (a) { michael@0: d = a.slice(0); michael@0: for (a=0; a < 60; a++) { michael@0: c = d[a - 1]; michael@0: } michael@0: }; michael@0: new sjcl.cipher.aes([0xffffffff, 0xffffffff]);