You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: