feal8.h
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:0k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. #ifndef _FEAL8_H_
  2. #define _FEAL8_H_
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. void F8_SetKey(unsigned char *KP);
  7. void F8_Encrypt(unsigned char *Plain, unsigned char *Cipher);
  8. void F8_Decrypt(unsigned char *Cipher, unsigned char *Plain);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif /* _FEAL8_H_ */