fuzzy_vault icon indicating copy to clipboard operation
fuzzy_vault copied to clipboard

A simplified implementation of the fuzzy vault algorithm for biometric data

Results 3 fuzzy_vault issues
Sort by recently updated
recently updated
newest added

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,...

thank you for sharing this code,, and I would ask how can we apply RS on this code I can't apply RS I got too much errors.. could anyone help...

If i run your authenticate.py file i get error ![image](https://user-images.githubusercontent.com/32593892/53408524-ada35500-39e4-11e9-9847-28dae205738f.png) I get this error can you fix it