mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-11 12:58:44 -04:00
removed errant debugging variable
This commit is contained in:
parent
b87f993a0b
commit
f28119699c
2 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue