Skip to content
New issue

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

Hash algorithms missing in wiki #3865

Open
JensRantil opened this issue Apr 16, 2020 · 1 comment
Open

Hash algorithms missing in wiki #3865

JensRantil opened this issue Apr 16, 2020 · 1 comment

Comments

@JensRantil
Copy link

@JensRantil JensRantil commented Apr 16, 2020

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.

@sumitkp18
Copy link

@sumitkp18 sumitkp18 commented May 24, 2020

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 kluever self-assigned this May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
@JensRantil @kluever @netdpb @sumitkp18 and others
You can’t perform that action at this time.