diff options
Diffstat (limited to 'libraries/tlsh/README')
-rw-r--r-- | libraries/tlsh/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/tlsh/README b/libraries/tlsh/README new file mode 100644 index 0000000000000..d4e28dd8b5815 --- /dev/null +++ b/libraries/tlsh/README @@ -0,0 +1,10 @@ +TLSH is a fuzzy matching library. Given a byte stream with a minimum +length of 256 bytes, TLSH generates a hash value which can be used for +similarity comparisons. + +("TLSH" stands for Trend Micro Locality Sensitive Hash.) + +python3 is an optional dependency. You need to set PYTHON3=yes, +for example: + + PYTHON3=yes ./python-libarchive-c.SlackBuild |