guava
guava copied to clipboard
Hash algorithms missing in wiki
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
- adler32
- crc32c
- crc32
- sha384
- sipHash24
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.
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?
@kluever is this issue resolved by the presence of the link to the hashing documentation in the wiki?