Fix Blowfish block size
This commit is contained in:
parent
801b44f2e7
commit
84a1287e50
|
@ -393,6 +393,6 @@ function BF(key) {
|
|||
}
|
||||
|
||||
BF.keySize = BF.prototype.keySize = 16;
|
||||
BF.blockSize = BF.prototype.blockSize = 16;
|
||||
BF.blockSize = BF.prototype.blockSize = 8;
|
||||
|
||||
export default BF;
|
||||
|
|
Loading…
Reference in New Issue
Block a user