Starting to implement hashtree algorithm.

This commit is contained in:
davi
2005-09-23 22:31:02 +00:00
parent a8c4aa7a45
commit f2b6da9a13
3 changed files with 96 additions and 98 deletions

View File

@@ -17,6 +17,7 @@ struct __hashtree_data_t
struct __hashtree_config_data_t
{
CMPH_ALGO leaf_algo;
CMPH_HASH hashfuncs[3];
cmph_uint32 m; //edges (words) count
cmph_uint8 *size; //size[i] stores the number of edges represented by g[i]