- Length difference consideration can be disabled in this version. See `totalDiff` in `tlsh.h`. - TLSH can be compiled to generate the 70 or 134 character hashes. The longer version is more accurate.
3.0.3
- Added Python extension library. TLSH is callable in Python. - Stop generating hash if the input is less than 512 bytes. - Cleaned up.
3.0.2
- Supports Windows and Visual Studio.
3.0.1
- Enabled C++ optimization. Runs 4x faster.
3.0.0
- Implemented TLSH. - Updated to build with CMake.