[svn] / ecrypt / trunk / submissions / py / pypy / ecrypt-sync.h  

svn: ecrypt/trunk/submissions/py/pypy/ecrypt-sync.h

Diff for /ecrypt/trunk/submissions/py/pypy/ecrypt-sync.h between version 201 and 202

version 201, Mon Jan 22 16:31:22 2007 UTC version 202, Fri Jan 26 10:55:49 2007 UTC
Line 37 
Line 37 
  * All sizes are in bits.   * All sizes are in bits.
  */   */
   
 #define ECRYPT_MAXKEYSIZE (256-1)             /* [edit] */  #define ECRYPT_MAXKEYSIZE (256*8)             /* [edit] */
 #define ECRYPT_KEYSIZE(i) ((i+1)*8)           /* [edit] */  #define ECRYPT_KEYSIZE(i) ((i+1)*8)           /* [edit] */
   
 #define ECRYPT_MAXIVSIZE (64-1)                 /* [edit] */  #define ECRYPT_MAXIVSIZE (64*8)                 /* [edit] */
 #define ECRYPT_IVSIZE(i) ((i+1)*8)              /* [edit] */  #define ECRYPT_IVSIZE(i) ((i+1)*8)              /* [edit] */
   
 /* ------------------------------------------------------------------------- */  /* ------------------------------------------------------------------------- */


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help