00001 /* 00002 * $Id: rijndael-alg-fst.h,v 12.0 2004/11/17 03:43:17 bostic Exp $ 00003 */ 00029 #ifndef __RIJNDAEL_ALG_FST_H 00030 #define __RIJNDAEL_ALG_FST_H 00031 00032 #define MAXKC (256/32) 00033 #define MAXKB (256/8) 00034 #define MAXNR 14 00035 00036 typedef u_int8_t u8; 00037 typedef u_int16_t u16; 00038 typedef u_int32_t u32; 00039 00040 #endif /* __RIJNDAEL_ALG_FST_H */