python-bloomfilter icon indicating copy to clipboard operation
python-bloomfilter copied to clipboard

confused about hash twice

Open joshua23333 opened this issue 4 years ago • 0 comments

salts = tuple(hashfn(hashfn(pack('I', i)).digest()) for i in range_fn(num_salts)) why do I need to hash twice,we only use it once and can get the same result.

joshua23333 avatar May 10 '21 10:05 joshua23333