[svn] / ecrypt / trunk / submissions / mickey / v2 / faster / ecrypt-sync.h  

svn: ecrypt/trunk/submissions/mickey/v2/faster/ecrypt-sync.h

Diff for /ecrypt/trunk/submissions/mickey/v2/faster/ecrypt-sync.h between version 193 and 194

version 193, Tue Jan 16 10:05:58 2007 UTC version 194, Tue Jan 16 14:51:50 2007 UTC
Line 351 
Line 351 
   
 #endif  #endif
   
   /*
    * If your cipher can be implemented in different ways, you can use
    * the ECRYPT_VARIANT parameter to allow the user to choose between
    * them at compile time (e.g., gcc -DECRYPT_VARIANT=3 ...). Please
    * only use this possibility if you really think it could make a
    * significant difference and keep the number of variants
    * (ECRYPT_MAXVARIANT) as small as possible (definitely not more than
    * 10). Note also that all variants should have exactly the same
    * external interface (i.e., the same ECRYPT_BLOCKLENGTH, etc.).
    */
   #define ECRYPT_MAXVARIANT 1                   /* [edit] */
   
   #ifndef ECRYPT_VARIANT
   #define ECRYPT_VARIANT 1
   #endif
   
   #if (ECRYPT_VARIANT > ECRYPT_MAXVARIANT)
   #error this variant does not exist
   #endif
   
 /* ------------------------------------------------------------------------- */  /* ------------------------------------------------------------------------- */
   
 #endif  #endif


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help