#include <share_hash.h>
Public Attributes | |
| HashAlgo * | algo |
| unsigned char * | data |
| BOOL | copy |
| size_t | len |
|
|
Refers to the algorithm type used to generate this hash |
|
|
Should we free data? |
|
|
Actual hash data. Must point to dynamically allocated memory at least `size' long |
|
|
Length of data |
1.3.7