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

外挂编程

开发平台:

Windows_Unix

  1. #ifndef _SHEFRU_H_
  2. #define _SHEFRU_H_
  3. #include "../typedefs.h"
  4. // size in 32-bit words of an input block to the hash routine
  5. #define SNEFRU_INPUT_BLOCK_SIZE  16
  6. CEXTERN void snefruHash512(dword output[4], dword input[SNEFRU_INPUT_BLOCK_SIZE]);
  7. #endif