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