rijndael_local.h revision 121050
15488Swollman/*	$KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $	*/
250476Speter/*	$FreeBSD: head/sys/crypto/rijndael/rijndael_local.h 121050 2003-10-12 21:05:05Z ume $	*/
35488Swollman
4106146Sru/* the file should not be used from outside */
5106146Srutypedef u_int8_t		u8;
6106146Srutypedef u_int16_t		u16;
7106146Srutypedef u_int32_t		u32;
8136910Sru