NetBSD/sys/crypto/rijndael/rijndael_local.h

8 lines
259 B
C
Raw Normal View History

/* $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 $ */
2000-10-02 21:16:40 +04:00
/* the file should not be used from outside */
typedef u_int8_t u8;
typedef u_int16_t u16;
typedef u_int32_t u32;