blowfish fixes - 27
This commit is contained in:
parent
c6c1563486
commit
2964e21278
|
@ -1386,6 +1386,8 @@
|
|||
(display "pass 3")(newline)
|
||||
(if (not (eq? buffer plain))
|
||||
(display "Blowfish selftest failed - 1."))
|
||||
(display "pass 4")(newline)
|
||||
(blowfish-decrypt bc bufferanswer buffer)
|
||||
|
||||
(blowfish-set-key bc key3)
|
||||
(blowfish-encrypt-block bc buffer plain3) ;; should give
|
||||
|
|
Loading…
Reference in New Issue