We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
any-sketch-java
https://github.com/world-federation-of-advertisers/any-sketch-java/blob/00d8c349aa9acf28f0c21ad66bc2182aca141328/src/main/java/org/wfanet/anysketch/fingerprinters/SaltedFingerprinter.java#L32 any-sketch-java forces to use a farmhash fingerprinter with prefix as salt. However, any-sketch does not have any restriction of the fingerprinter so it is likely to yield different hash values for any given input. Related to world-federation-of-advertisers/any-sketch-java#17.
any-sketch
The text was updated successfully, but these errors were encountered:
Relate to world-federation-of-advertisers/any-sketch-java#17
Sorry, something went wrong.
No branches or pull requests
https://github.com/world-federation-of-advertisers/any-sketch-java/blob/00d8c349aa9acf28f0c21ad66bc2182aca141328/src/main/java/org/wfanet/anysketch/fingerprinters/SaltedFingerprinter.java#L32
any-sketch-java
forces to use a farmhash fingerprinter with prefix as salt. However,any-sketch
does not have any restriction of the fingerprinter so it is likely to yield different hash values for any given input.Related to world-federation-of-advertisers/any-sketch-java#17.
The text was updated successfully, but these errors were encountered: