?? xcr_hash.h
字號(hào):
/* Copyright 2003-2006, Voltage Security, all rights reserved.
*/
#include "ictk.h"
#ifndef XCR_HASH_H
#define XCR_HASH_H
#ifdef __cplusplus
extern "C" {
#endif
#define sha1_digest_length_n 20
/* SHA1 hash
*/
int xcrHashSHA1 (
unsigned char h[sha1_digest_length_n],
unsigned char *buf,
unsigned int sz,
bf_context_t *bf
);
/* hash buffer into an integer in { 0, ..., m - 1 }
*/
int xcrHashToRange (
z_t *h,
unsigned char *buf,
unsigned int sz,
z_t *m,
bf_context_t *bf
);
#ifdef __cplusplus
}
#endif
#endif /* XCR_HASH_H */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -