KSG_EncodeDecode.h
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 1k
Development Platform:

C/C++

  1. //////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  FileName    :   KSG_EncodeDecode.h
  4. //  Version     :   1.0
  5. //  Creater     :   
  6. //  Date        :   2003-6-3 10:29:43
  7. //  Comment     :   
  8. //
  9. //////////////////////////////////////////////////////////////////////////////////////
  10. #ifndef _KSG_ENCODEDECODE_H
  11. #define _KSG_ENCODEDECODE_H 1
  12. //#include <crtdbg.h>
  13. #include "zport.h"
  14. int KSG_DecodeEncode(size_t uSize, unsigned char *pbyBuf, unsigned *puKey);
  15. int KSG_DecodeEncode_ASM(size_t uSize, unsigned char *pbyBuf, unsigned *puKey);
  16. int KSG_DecodeBuf(size_t uSize, unsigned char *pbyBuf, unsigned *puKey);
  17. int KSG_EncodeBuf(size_t uSize, unsigned char *pbyBuf, unsigned *puKey);
  18. #endif  // _KSG_ENCODEDECODE_H