Main Page | Class List | File List | Class Members | File Members

Hash Struct Reference

#include <share_hash.h>

List of all members.

Public Attributes

HashAlgoalgo
unsigned char * data
BOOL copy
size_t len


Detailed Description

Data structure used to represent an individual hash from the protocol.


Member Data Documentation

HashAlgo* Hash::algo
 

Refers to the algorithm type used to generate this hash

BOOL Hash::copy
 

Should we free data?

unsigned char* Hash::data
 

Actual hash data. Must point to dynamically allocated memory at least `size' long

size_t Hash::len
 

Length of data


The documentation for this struct was generated from the following file:
Generated on Sun Aug 22 08:08:53 2004 by doxygen 1.3.7