1、新增测试用例;2、json支持digest类型;

This commit is contained in:
zhengchao
2015-11-12 17:49:57 +08:00
parent ba937ab14c
commit 6bac9a6fc8
4 changed files with 86 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ typedef struct
* create a fuzzy hash handle and return it.
* @return [handle]
*/
fuzzy_handle_t * fuzzy_create_handle(void);
fuzzy_handle_t * fuzzy_create_handle(unsigned long long total_len);
/**
* destroy context by a fuzzy hash handle.