2003-10-12 21:05:05 +00:00
|
|
|
/* $KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $ */
|
2001-03-10 13:02:58 +00:00
|
|
|
/* $FreeBSD$ */
|
2000-10-30 11:03:32 +00:00
|
|
|
|
|
|
|
/* the file should not be used from outside */
|
2003-10-12 21:05:05 +00:00
|
|
|
typedef u_int8_t u8;
|
|
|
|
typedef u_int16_t u16;
|
|
|
|
typedef u_int32_t u32;
|