commit | a76a400e302568c342acfdbe6e92c6531be3eb86 | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Mon Apr 20 19:27:44 2020 +0000 |
committer | Filippo Valsorda <filippo@golang.org> | Mon Apr 20 19:28:32 2020 +0000 |
tree | 30f618380b480db4344f935cd126fd913d8971f5 | |
parent | 1c2c788b11ecf76cd7fbd7bba62146eb7082bdd8 [diff] |
Revert "chacha20: don't panic encrypting the final blocks" This reverts CL 224279. Reason for revert: broken on arm64, ppc64le and s390x 😢 Change-Id: I8632ee78a79696a3117c81729904797233e0071d Reviewed-on: https://go-review.googlesource.com/c/crypto/+/229118 Reviewed-by: Katie Hockman <katie@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.