NetBSD/sys/crypto/rijndael/rijndael_local.h

8 lines
260 B
C

/* $NetBSD: rijndael_local.h,v 1.6 2005/12/11 12:20:52 christos 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;