• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

example_data/H03-May-2022-

example_data_variants/H07-May-2022-4,3253,315

exp/H07-May-2022-37,12537,037

READMEH A D02-Jul-2021656 2618

destroy_refresh_exp.shH A D02-Jul-20212 KiB4539

example_data_col_swap.csvH A D02-Jul-20218.1 KiB7978

example_data_col_swap.tlshH A D02-Jul-20218.1 KiB7978

python_test.shH A D02-Jul-20213.5 KiB10084

tagsH A D02-Jul-20214.6 KiB6463

test.batH A D02-Jul-202114.8 KiB345261

test.shH A D03-May-202216.8 KiB590437

test_parts.shH A D02-Jul-20211 KiB4833

test_pattern.shH A D02-Jul-20212.6 KiB11876

testlen.shH A D02-Jul-2021669 3020

tlsh_goH A D02-Jul-20213.2 KiB197177

README

1# TLSH allows comparison with or without length considerations
2#
3
4test.sh			 # standard, consider length
5test.sh -xlen 		 # ignore length
6
7destroy_refresh_exp.sh	  	  # standard, consider length
8destroy_refresh_exp.sh -xlen	  # ignore length
9
10
11# Comprehensive testing procedure
12#
13
14* Edit the root CMakeLists.txt for each combination of TLSH_BUCKETS_128 and
15  TLSH_CHEKSUM_1B
16* Make TLSH
17* Run test.sh and test.sh -xlen
18
19
20# Populate the expected results after the algorithm is changed
21#
22
23* Edit the root CMakeLists.txt for each combination of TLSH_BUCKETS_128 and
24  TLSH_CHEKSUM_1B
25* Make TLSH
26* Run destroy_refresh_exp.sh and destroy_refresh_exp.sh -xlen