[svn] / ecrypt / trunk / submissions / achterbahn / ecrypt-sync.h  

svn: ecrypt/trunk/submissions/achterbahn/ecrypt-sync.h

Diff for /ecrypt/trunk/submissions/achterbahn/ecrypt-sync.h between version 2 and 3

version 2, Sun Jun 26 19:16:26 2005 UTC version 3, Sun Jun 26 19:47:59 2005 UTC
Line 126 
Line 126 
  * ------------------------------------------------------------------------- */   * ------------------------------------------------------------------------- */
   
 #define ECRYPT_MAXKEYSIZE 80U         /* constant keysize 80 bit */  #define ECRYPT_MAXKEYSIZE 80U         /* constant keysize 80 bit */
 #define ECRYPT_KEYSIZE(i) (80U)  #define ECRYPT_KEYSIZE(i) (80U+(i)*32)
   
 #define ECRYPT_MAXIVSIZE 64U          /* variable IV size */  #define ECRYPT_MAXIVSIZE 64U          /* variable IV size */
 #define ECRYPT_IVSIZE(i) (i*8)        /* 0, 8, 16, 24, 32, 40, 48, 56, 64 */  #define ECRYPT_IVSIZE(i) ((i)*8)      /* 0, 8, 16, 24, 32, 40, 48, 56, 64 */
   
 /* ------------------------------------------------------------------------- */  /* ------------------------------------------------------------------------- */
   


Generate output suitable for use with a patch program
Legend:
Removed from v.2  
changed lines
  Added in v.3

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help