[svn] / ecrypt / trunk / submissions / f-fcsr / f-fcsr-h / ecrypt-sync.h  

svn: ecrypt/trunk/submissions/f-fcsr/f-fcsr-h/ecrypt-sync.h

Diff for /ecrypt/trunk/submissions/f-fcsr/f-fcsr-h/ecrypt-sync.h between version 1 and 9

version 1, Sun Jun 26 18:46:26 2005 UTC version 9, Sun Jun 26 20:37:20 2005 UTC
Line 37 
Line 37 
  */   */
   
 #define ECRYPT_MAXKEYSIZE 128  #define ECRYPT_MAXKEYSIZE 128
   #define ECRYPT_KEYSIZE(i) (128 + (i)*32)
   
 #define ECRYPT_MAXIVSIZE 128  #define ECRYPT_MAXIVSIZE 128
   #define ECRYPT_IVSIZE(i) (128 + (i)*32)
   
 /* ------------------------------------------------------------------------- */  /* ------------------------------------------------------------------------- */
   
Line 54 
Line 56 
         u32 state[5];          u32 state[5];
         u32 carry[5];          u32 carry[5];
         u32 filter[5];          u32 filter[5];
           u32 init[3];
 } ECRYPT_ctx;  } ECRYPT_ctx;
   
 /* ------------------------------------------------------------------------- */  /* ------------------------------------------------------------------------- */


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help