blowfish fixes

This commit is contained in:
erana 2012-01-20 15:07:14 +09:00
parent 87e8c06ea0
commit a315031128
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
(define-interface encryption-interface
(export
blowfish-encrypt
blowfish-decrypt))
blowfish-encrypt
blowfish-encrypt-block
blowfish-decrypt-block))
(define-structure schemedoc
schemedoc-interface