silex
silex copied to clipboard
AWL: alternative hash function
The current implementation of tabulation hashing in ApproximateWhitelist
will result in identical values for strings that are permutations of one another. This is likely not a big deal in general, but it is probably worth investigating a permutation-safe tabulation hash variant or an alternative hash function.