Compute the TLSH distance between two hash strings.
A lower value indicates higher similarity. A distance of 0 means the
hashes are identical. len_diff = true is passed to the underlying
comparison so that differences in input length also contribute.
Compute the TLSH distance between two hash strings.
A lower value indicates higher similarity. A distance of
0means the hashes are identical.len_diff = trueis passed to the underlying comparison so that differences in input length also contribute.