2003-07-16 09:08:08 +04:00
|
|
|
/* $NetBSD: rijndael_local.h,v 1.4 2003/07/16 05:08:09 itojun Exp $ */
|
2003-07-15 15:00:36 +04:00
|
|
|
/* $KAME: rijndael_local.h,v 1.4 2003/07/15 10:47:16 itojun Exp $ */
|
2000-10-02 21:16:40 +04:00
|
|
|
|
|
|
|
/* the file should not be used from outside */
|
2003-07-15 15:00:36 +04:00
|
|
|
typedef u_int8_t u8;
|
|
|
|
typedef u_int16_t u16;
|
|
|
|
typedef u_int32_t u32;
|