]>
git.saurik.com Git - apple/ipsec.git/blob - ipsec-tools/racoon/Crypto/rijndael_local.h
1 /* $KAME: rijndael_local.h,v 1.3 2000/10/02 17:14:27 itojun Exp $ */
3 #ifndef __RIJNDAEL_LOCAL_H__
4 #define __RIJNDAEL_LOCAL_H__
6 /* the file should not be used from outside */
8 typedef u_int8_t word8
;
9 typedef u_int16_t word16
;
10 typedef u_int32_t word32
;
12 #define MAXKC RIJNDAEL_MAXKC
13 #define MAXROUNDS RIJNDAEL_MAXROUNDS
16 #endif /* __RIJNDAEL_LOCAL_H__ */