Closed
Description
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version
)?
Using upstream.
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
GOARCH="ppc64le"
GOHOSTARCH="ppc64le"
GOHOSTOS="linux"
What did you do?
I opened this issue in order to submit a patch that adds asm implementation for chacha20 using vector instructions on ppc64le.
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.