python-bloomfilter
python-bloomfilter copied to clipboard
confused about hash twice
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.