| [svn] / ecrypt / trunk / submissions / abc / abc.c |
| version 69, Sun Aug 21 15:49:35 2005 UTC | version 70, Sun Aug 21 15:54:34 2005 UTC | ||
|---|---|---|---|
|
|
||
| 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 */ |
|
||||||||
|
eSTREAM Project Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |