You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**4.9.3**
13/09/2021
added options -thread and -private
-thread the TLSH is evaluated with 2 threads (faster calculation)
Only done for files / bytestreams >= 10000 bytes
But this means that it is impossible to calculate the checksum
So the checksum is set to zero
-private
Does not evaluate the checksum
Useful if you do not want to leak information
Slightly faster than default TLSH (code was written to optimize this)
**4.6.0**
23/04/2021
Merging in pull requests
issue #99 - new Java version that solves large file problem (Thanks Daniel)
Add architecture ppc64le to travis build (Thanks ddeka2910)
Fix tmpArray is undefined in JavaScript version (Thanks carbureted)