guava icon indicating copy to clipboard operation
guava copied to clipboard

Hash algorithms missing in wiki

Open JensRantil opened this issue 4 years ago • 2 comments

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.

JensRantil avatar Apr 16 '20 14:04 JensRantil

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?

sumitkp18 avatar May 24 '20 04:05 sumitkp18

@kluever is this issue resolved by the presence of the link to the hashing documentation in the wiki?

pizzaz93 avatar May 09 '22 21:05 pizzaz93