1/* $NetBSD: rijndael_local.h,v 1.6 2005/12/11 12:20:52 christos Exp $ */
2/* $KAME: rijndael_local.h,v 1.4 2003/07/15 10:47:16 itojun Exp $ */
3
4/* the file should not be used from outside */
5typedef u_int8_t u8;
6typedef u_int16_t u16;
7typedef u_int32_t u32;
8