DES.H
上传用户:bjghjy
上传日期:2007-01-07
资源大小:379k
文件大小:0k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. typedef unsigned char far uchar;
  2. #define UCHAR uchar far
  3. typedef int (CALLBACK* lpfnDES_INIT)(uchar *);
  4. typedef int (CALLBACK* lpfnDES_ECB)(uchar *,uchar *);
  5. HINSTANCE hDesDll;
  6. lpfnDES_INIT far pascal  desinit;
  7. lpfnDES_ECB far pascal ecbencode;