8 #define INCLUDE_BLOWFISH_DEFINE_H 22 #define endianBig ((unsigned char)0x45) 23 #define endianLittle ((unsigned char)0x54) 28 #define random() rand() 29 #define initstate(x, y, z) srand(x) 30 #define lstat(x, y) stat(x, y) 34 #define S_ISREG(x) (((x)&S_IFMT) == S_IFREG) 37 #define MAXKEYBYTES 56 void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen)
unsigned char standardout
void Blowfish_Decrypt(BLOWFISH_CTX *ctx, uInt32 *xl, uInt32 *xr)
std::pair< OmniClusterRef, TrackingParticleRef > P
unsigned char compression
void Blowfish_Encrypt(BLOWFISH_CTX *ctx, uInt32 *xl, uInt32 *xr)
unsigned char securedelete