Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-24 | minimal Makefile | Helmut Grohne | |
2013-03-24 | moved main function to ssdeep.c | Helmut Grohne | |
2013-03-24 | ship a fuzzy.h compatible with ssdeep's fuzzy.h | Helmut Grohne | |
2013-03-24 | support stdin mode like original ssdeep | Helmut Grohne | |
2013-03-24 | teach splint about f{seek,tell}o | Helmut Grohne | |
2013-03-24 | split ssdeep_engine_step to smaller functions | Helmut Grohne | |
2013-03-24 | use fuzzy_hash_stream where applicable | Helmut Grohne | |
Thanks: Niels Thykier | |||
2013-03-24 | initial checking | Helmut Grohne | |
This is a rewrite of ssdeep's fuzzy.c to do streaming hashes. It is a bit slower, but the memory consumption is bounded in all cases. |