[svn] / ecrypt / trunk / submissions / abc / abc.c  

svn: ecrypt/trunk/submissions/abc/abc.c

Diff for /ecrypt/trunk/submissions/abc/abc.c between version 69 and 70

version 69, Sun Aug 21 15:49:35 2005 UTC version 70, Sun Aug 21 15:54:34 2005 UTC
Line 256 
Line 256 
   u32 ivsize)                 /* IV size in bits. */    u32 ivsize)                 /* IV size in bits. */
 {  {
     /* fixed precomputed table or coefficients for use in key expansion */      /* fixed precomputed table or coefficients for use in key expansion */
     static const u32 table[ABC_TABLE_SIZEW] = ABC_KEYSETUP_TABLE;  #include "abc-tables.h"
   
 #ifdef ABC_WINDOW_1  #ifdef ABC_WINDOW_1
     u32 *e = ctx->t;      u32 *e = ctx->t;
 #else /* ABC_WINDOW_1 */  #else /* ABC_WINDOW_1 */


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help