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

sha3: Build error in hashes.go (revision 2ce75e338fde) #8638

Closed
gopherbot opened this issue Sep 3, 2014 · 2 comments
Closed

sha3: Build error in hashes.go (revision 2ce75e338fde) #8638

gopherbot opened this issue Sep 3, 2014 · 2 comments
Milestone

Comments

@gopherbot
Copy link
Contributor

by jbailey@veritone.com:

"go get" now reports the following errors:

src/code.google.com/p/go.crypto/sha3/hashes.go:17: undefined: crypto.SHA3_224
src/code.google.com/p/go.crypto/sha3/hashes.go:18: undefined: crypto.SHA3_256
src/code.google.com/p/go.crypto/sha3/hashes.go:19: undefined: crypto.SHA3_384
src/code.google.com/p/go.crypto/sha3/hashes.go:20: undefined: crypto.SHA3_512
@ianlancetaylor
Copy link
Member

Comment 1:

Labels changed: added repo-crypto, release-go1.4.

@agl
Copy link
Contributor

agl commented Sep 4, 2014

Comment 2:

Should be fixed[1] but, if you're depending on the sha3 package, you probably have a
deeper problem. sha3 will track the forthcoming SHA-3 standard but that standard isn't
finished yet. *It may still change*.
[1]
https://code.google.com/p/go/source/detail?r=6e881b5273dfffbadb6a76a61d3c39a71e3588d1&repo=crypto

Status changed to Fixed.

@mikioh mikioh changed the title go.crypto/sha3: Build error in src/code.google.com/p/go.crypto/sha3/hashes.go (revision 2ce75e338fde) sha3: Build error in hashes.go (revision 2ce75e338fde) Jan 8, 2015
@rsc rsc added this to the Go1.4 milestone Apr 14, 2015
@rsc rsc removed the release-go1.4 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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

4 participants