removed errant debugging variable

This commit is contained in:
Mike Hamburg 2010-12-09 14:02:56 -08:00
parent b87f993a0b
commit f28119699c
2 changed files with 1 additions and 2 deletions

View file

@ -104,7 +104,6 @@ sjcl.beware["CBC mode is dangerous because it doesn't protect message integrity.
throw new sjcl.exception.corrupt("pkcs#5 padding corrupt");
}
bo = bi * 0x1010101;
FOOOO = output;
if (!w.equal(w.bitSlice([bo,bo,bo,bo], 0, bi*8),
w.bitSlice(output, output.length*32 - bi*8, output.length*32))) {
throw new sjcl.exception.corrupt("pkcs#5 padding corrupt");