?pathlinks? – Rev 969
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
969 |
dimkam |
1 |
#ifndef MHMT_HASH_H |
|
|
2 |
#define MHMT_HASH_H |
|
|
3 |
|
|
|
4 |
#include "mhmt-types.h" |
|
|
5 |
|
|
|
6 |
|
|
|
7 |
UBYTE * build_hash(UBYTE * data, ULONG length, ULONG prebin_len); |
|
|
8 |
void destroy_hash(UBYTE * hash, ULONG prebin_len); |
|
|
9 |
|
|
|
10 |
|
|
|
11 |
#endif |
|
|
12 |
|