| [svn] / ecrypt / trunk / submissions / nls / nls.h |
| version 1, Sun Jun 26 18:46:26 2005 UTC | version 67, Sun Aug 21 15:45:35 2005 UTC | ||
|---|---|---|---|
|
|
||
| #define N 17 | #define N 17 | ||
| #define NMAC 8 | #define NMAC 8 | ||
| #define WORDSIZE 32 | #define WORDSIZE 32 | ||
| #ifdef ECRYPT_API | |||
| #define WORD u32 | |||
| #define UCHAR u8 | |||
| #else | |||
| #define WORD unsigned long | #define WORD unsigned long | ||
| #define UCHAR unsigned char | #define UCHAR unsigned char | ||
| #endif | |||
| #if NLS_LONG_OUTPUT | #if NLS_LONG_OUTPUT | ||
| #define F16 0x10001ul | #define F16 0x10001ul | ||
| #endif /*NLS_LONG_OUTPUT*/ | #endif /*NLS_LONG_OUTPUT*/ |
|
||||||||
|
eSTREAM Project Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |