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 · 2 comments
Open

Hash algorithms missing in wiki #3865

JensRantil opened this issue Apr 16, 2020 · 2 comments
Assignees
Labels
P3 package=hash type=documentation Documentation that is other than for an API

Comments

@JensRantil
Copy link

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.

@netdpb netdpb added P3 package=hash type=documentation Documentation that is other than for an API labels Apr 21, 2020
@sumitkp18
Copy link

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
@pizzaz93
Copy link

pizzaz93 commented May 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 package=hash type=documentation Documentation that is other than for an API
Projects
None yet
Development

No branches or pull requests

6 participants
@JensRantil @kluever @netdpb @sumitkp18 @pizzaz93 and others