![]() |
TSunmix 0.2
|
00001 /* 00002 * File: mix_dexoder.h 00003 * Author: ivosh-l 00004 * 00005 * Created on 29. prosinec 2011, 11:31 00006 */ 00007 00008 #ifndef MIX_DEXODER_H 00009 #define MIX_DEXODER_H 00010 00011 #include <cstring> 00012 00013 typedef unsigned char byte; 00014 typedef unsigned short word; 00015 typedef unsigned long dword; 00016 00017 00018 00019 void get_blowfish_key(const byte* s, byte* d); 00020 00021 00022 #endif /* MIX_DEXODER_H */ 00023