fuzzy_vault icon indicating copy to clipboard operation
fuzzy_vault copied to clipboard

r doesnot mean "the number of chaff point"

Open vegetable-cock opened this issue 2 years ago • 0 comments

in fact, the "r" in fuzzy_vault.py means "the number of all points"

for i in range(t, r):  
    x_i = uniform(0, max_x * 1.1) 
    y_i = uniform(0, max_y * 1.1)
    vault.append([x_i, y_i])

vegetable-cock avatar Nov 29 '22 12:11 vegetable-cock