- resolving issue 46 - in include/tlsh_impl.h define SLIDING_WND_SIZE 5 this can be varied between 4 to 8
3.7.4
- resolving issue 45 - add a timing test for TLSH <PRE> $ bin/timing_unittest build a buffer with a million bytes... eval TLSH 50 times... TLSH(buffer) = A12500088C838B0A0F0EC3C0ACAB82F3B8228B0308CFA302338C0F0AE2C24F28000008 BEFORE ms=1502905567631 AFTER ms=1502905573523 TIME ms=5892 TIME ms=117 per iteration </PRE>
3.7.3
- resolving issue 44 - making static library the default
3.7.2
- added code to set the distance parameters for ROC analysis to use these settings then change in CMakeLists.txt set(TLSH_DISTANCE_PARAMETERS 0) => set(TLSH_DISTANCE_PARAMETERS 1)
3.7.1
- resolved issue 29 - the force option for Python Step 1 - adding a regression test for strings approx of length 50 Step 2 - add python code
3.7.0
- merged in various fixes - ifdef for SPARC and RH73 corrected TLSH_CTC_final.pdf (see https://github.com/trendmicro/tlsh/issues/31) added a SHA1 to the NOTICE.txt file improved the make.sh so that it calls the test.sh (and does regression tests) improved regression tests to confirm that the hash is calculated correctly in your environment fixed the header file C++ standard violation (reserved identifier violation 21)