it was fixed more mistakes in BRZ algorithm

This commit is contained in:
fc_botelho
2005-07-29 03:09:31 +00:00
parent 77d05871bf
commit c98912e0ae
11 changed files with 82 additions and 26 deletions

View File

@@ -8,6 +8,7 @@ typedef union __hash_state_t hash_state_t;
hash_state_t *hash_state_new(CMPH_HASH, cmph_uint32 hashsize);
cmph_uint32 hash(hash_state_t *state, const char *key, cmph_uint32 keylen);
void hash_state_dump(hash_state_t *state, char **buf, cmph_uint32 *buflen);
hash_state_t * hash_state_copy(hash_state_t *src_state);
hash_state_t *hash_state_load(const char *buf, cmph_uint32 buflen);
void hash_state_destroy(hash_state_t *state);