projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
195cd46
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 13 Aug 1999 18:49:07 +0000
(18:49 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 13 Aug 1999 18:49:07 +0000
(18:49 +0000)
v7/src/runtime/blowfish.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/blowfish.scm
b/v7/src/runtime/blowfish.scm
index fe2ecb1766ad2fd5f9f4f798cb24e896e630f27d..8b8c718db9b6f7d239e9dbd2f281f92fafea62d8 100644
(file)
--- a/
v7/src/runtime/blowfish.scm
+++ b/
v7/src/runtime/blowfish.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: blowfish.scm,v 1.1
4 1999/08/13 18:32:11
cph Exp $
+$Id: blowfish.scm,v 1.1
5 1999/08/13 18:49:07
cph Exp $
Copyright (c) 1997, 1999 Massachusetts Institute of Technology
@@
-77,7
+77,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
((ucode-primitive blowfish-set-key 1) string)))
(set! blowfish-ecb
- (lambda (input output key
init-vector
encrypt?)
+ (lambda (input output key encrypt?)
(check-key)
((ucode-primitive blowfish-ecb 4) input output key encrypt?)))