summaryrefslogtreecommitdiff
path: root/include/blf.h
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-12-21 16:35:33 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-12-21 16:35:33 +0000
commitca346ac5a4c93e1348e62be3a44c69e9ca703c65 (patch)
tree907d68d2c6c61dd7e288d21ec644bd171cdb0d47 /include/blf.h
parent60fb4f93e0d4c5064698c56e69982e872d836b81 (diff)
Better english; from provos@
Diffstat (limited to 'include/blf.h')
-rw-r--r--include/blf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/blf.h b/include/blf.h
index 332bc293ac0..5bdc43484d0 100644
--- a/include/blf.h
+++ b/include/blf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: blf.h,v 1.4 1998/08/10 18:40:53 provos Exp $ */
+/* $OpenBSD: blf.h,v 1.5 2000/12/21 16:35:32 aaron Exp $ */
/*
* Blowfish - a fast block cipher designed by Bruce Schneier
*
@@ -34,9 +34,9 @@
#ifndef _BLF_H_
#define _BLF_H_
-/* Schneier states the maximum key length to be 56 bytes.
- * The way how the subkeys are initalized by the key up
- * to (N+2)*4 i.e. 72 bytes are utilized.
+/* Schneier specifies a maximum key length of 56 bytes.
+ * This ensures that every key bit affects every cipher
+ * bit. However, the subkeys can hold up to 72 bytes.
* Warning: For normal blowfish encryption only 56 bytes
* of the key affect all cipherbits.
*/