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: ChaCha20 and Poly1305 #19414

Closed
DemiMarie opened this issue Mar 5, 2017 · 1 comment
Closed

crypto: ChaCha20 and Poly1305 #19414

DemiMarie opened this issue Mar 5, 2017 · 1 comment

Comments

@DemiMarie
Copy link

DemiMarie commented Mar 5, 2017

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go 1.7.4

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH=""
GORACE=""
GOROOT="/home/dobenour/archives/go"
GOTOOLDIR="/home/dobenour/archives/go/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build590610773=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"

What did you do?

Checked the docs for the crypto package

What did you expect to see?

Support for ChaCha20 and Poly1305

What did you see instead?

No ChaCha20 or Poly1305 support

@josharian
Copy link
Contributor

They are there:

https://godoc.org/golang.org/x/crypto/chacha20poly1305

See also #6914.

Please upgrade to Go 1.8.

@golang golang locked and limited conversation to collaborators Mar 6, 2018
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

3 participants