]> git.saurik.com Git - apple/network_cmds.git/blob - racoon.tproj/rijndael_local.h
652b328d77b3f13fdce778b834c8995916ec2a4f
[apple/network_cmds.git] / racoon.tproj / 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