[BACK]Return to blf.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/blf.h between version 1.4 and 1.5

version 1.4, 1998/08/10 18:40:53 version 1.5, 2000/12/21 16:35:32
Line 34 
Line 34 
 #ifndef _BLF_H_  #ifndef _BLF_H_
 #define _BLF_H_  #define _BLF_H_
   
 /* Schneier states the maximum key length to be 56 bytes.  /* Schneier specifies a maximum key length of 56 bytes.
  * The way how the subkeys are initalized by the key up   * This ensures that every key bit affects every cipher
  * to (N+2)*4 i.e. 72 bytes are utilized.   * bit.  However, the subkeys can hold up to 72 bytes.
  * Warning: For normal blowfish encryption only 56 bytes   * Warning: For normal blowfish encryption only 56 bytes
  * of the key affect all cipherbits.   * of the key affect all cipherbits.
  */   */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5