[svn] / ecrypt / trunk / submissions / nls / v2 / sync-ae / ecrypt-sync-ae.h  

svn: ecrypt/trunk/submissions/nls/v2/sync-ae/ecrypt-sync-ae.h

Diff for /ecrypt/trunk/submissions/nls/v2/sync-ae/ecrypt-sync-ae.h between version 206 and 207

version 206, Mon Jan 29 20:29:42 2007 UTC version 207, Fri Mar 23 09:43:20 2007 UTC
Line 19 
Line 19 
 /*  /*
  * The name of your cipher.   * The name of your cipher.
  */   */
 #define ECRYPT_NAME "NLS"    /* [edit] */  #define ECRYPT_NAME "NLS-v2"    /* [edit] */
 #define ECRYPT_PROFILE "S._H."  #define ECRYPT_PROFILE "S._H."
   
 /*  /*
Line 38 
Line 38 
  */   */
   
 #define ECRYPT_MAXKEYSIZE 128                 /* [edit] */  #define ECRYPT_MAXKEYSIZE 128                 /* [edit] */
 #define ECRYPT_KEYSIZE(i) (128 + (i)*32)      /* [edit] */  #define ECRYPT_KEYSIZE(i) (80 + (i)*48)       /* [edit] */
   
 #define ECRYPT_MAXIVSIZE 128                  /* [edit] */  #define ECRYPT_MAXIVSIZE 128                  /* [edit] */
 #define ECRYPT_IVSIZE(i) (32 + (i)*32)        /* [edit] */  #define ECRYPT_IVSIZE(i) (32 + (i)*32)        /* [edit] */


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help