declaring i in Keccak

pull/6/head
adon 10 years ago
parent 09db28deed
commit fbedaa1f4c

@ -104,7 +104,7 @@
this.outputBlocks = outputBits >> 5;
this.extraBytes = (outputBits & 31) >> 3;
for(i = 0;i < 50;++i) {
for(var i = 0;i < 50;++i) {
this.s[i] = 0;
}
};

Loading…
Cancel
Save