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

crypto: add BLAKE2 hash constants #19060

Closed
aead opened this issue Feb 13, 2017 · 3 comments
Closed

crypto: add BLAKE2 hash constants #19060

aead opened this issue Feb 13, 2017 · 3 comments

Comments

@aead
Copy link
Contributor

aead commented Feb 13, 2017

The hash registration of the crypto package doesn't contain the "new" x/crypto/blake2b and /x/crypto/blake2s hash functions.
36876 adds the hash constants - 36877 and 36878 register BLAKE2b and BLAKE2s similar to SHA3

@gopherbot
Copy link

CL https://golang.org/cl/36876 mentions this issue.

@gopherbot
Copy link

CL https://golang.org/cl/36877 mentions this issue.

@gopherbot
Copy link

CL https://golang.org/cl/36878 mentions this issue.

@golang golang locked and limited conversation to collaborators Mar 1, 2018
JackOfMostTrades pushed a commit to JackOfMostTrades/go-crypto that referenced this issue Feb 3, 2019
Fixes golang/go#19060
Change-Id: I1844edc3dcccc8d83a11d1145b60b2b92f2658ca
Reviewed-on: https://go-review.googlesource.com/36876
Reviewed-by: Adam Langley <agl@golang.org>
bassosimone pushed a commit to ooni/oocrypto that referenced this issue May 21, 2022
Fixes golang/go#19060
Change-Id: I1844edc3dcccc8d83a11d1145b60b2b92f2658ca
Reviewed-on: https://go-review.googlesource.com/36876
Reviewed-by: Adam Langley <agl@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants