1)修复SFH摘要偏移量输出错误的bug,2)修复不同输入次数导致摘要值错误的bug,其原因是tune的次数由feed触发;

This commit is contained in:
zhengchao
2017-11-07 15:47:04 +08:00
parent c46dbf07fb
commit e4985747a8
5 changed files with 213 additions and 122 deletions

View File

@@ -1,16 +1,9 @@
#ifndef _MESA_FUZZY_
#define _MESA_FUZZY_
#ifndef _STREAM_FUZZY_HASH_
#define _STREAM_FUZZY_HASH_
/*
* Copyright (C) MESA 2015
*
* These functions allow a programmer to compute the fuzzy hashes
* (also called the context-triggered piecewise hashes) of
* buffer[s] of text.
*
* See also:
* ssdeep, and
* Identifying almost identical files using context triggered piecewise hashing
*
*/