NetBSD/sys/crypto/rijndael/rijndael_local.h

8 lines
259 B
C

/* $NetBSD: rijndael_local.h,v 1.4 2003/07/16 05:08:09 itojun 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;