=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/blf.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/include/blf.h 1998/08/10 18:40:53 1.4 --- src/include/blf.h 2000/12/21 16:35:32 1.5 *************** *** 1,4 **** ! /* $OpenBSD: blf.h,v 1.4 1998/08/10 18:40:53 provos Exp $ */ /* * Blowfish - a fast block cipher designed by Bruce Schneier * --- 1,4 ---- ! /* $OpenBSD: blf.h,v 1.5 2000/12/21 16:35:32 aaron Exp $ */ /* * Blowfish - a fast block cipher designed by Bruce Schneier * *************** *** 34,42 **** #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. * Warning: For normal blowfish encryption only 56 bytes * of the key affect all cipherbits. */ --- 34,42 ---- #ifndef _BLF_H_ #define _BLF_H_ ! /* 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. */