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
https://github.com/google/guava/wiki/HashingExplained lists
md5() murmur3_128() murmur3_32() sha1() sha256() sha512() goodFastHash(int bits)
but I just noticed that https://guava.dev/releases/snapshot/api/docs/com/google/common/hash/Hashing.html also contains
I'd suggest either updating the wiki or simply remove the list in the wiki and refer to https://guava.dev/releases/snapshot/api/docs/com/google/common/hash/Hashing.html for an updated list of supported hash functions.
The text was updated successfully, but these errors were encountered:
Hi, I am Sumit from Bengaluru, India. I am a full-time Android developer, and have a good experience in Java. Can I work on this issue?
Sorry, something went wrong.
@kluever is this issue resolved by the presence of the link to the hashing documentation in the wiki?
kluever
No branches or pull requests
https://github.com/google/guava/wiki/HashingExplained lists
but I just noticed that https://guava.dev/releases/snapshot/api/docs/com/google/common/hash/Hashing.html also contains
I'd suggest either updating the wiki or simply remove the list in the wiki and refer to https://guava.dev/releases/snapshot/api/docs/com/google/common/hash/Hashing.html for an updated list of supported hash functions.
The text was updated successfully, but these errors were encountered: