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