NetBSD/sys/crypto/rijndael/rijndael_local.h

8 lines
257 B
C

/* $NetBSD: rijndael_local.h,v 1.5 2005/02/26 23:04:17 perry Exp $ */
/* $KAME: rijndael_local.h,v 1.4 2003/07/15 10:47:16 itojun Exp $ */
/* the file should not be used from outside */
typedef u_int8_t u8;
typedef u_int16_t u16;
typedef u_int32_t u32;