commit | b8e89b74b9df40d0d1cd96f441924c545d8d0dea | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Feb 15 11:16:41 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Thu Feb 18 14:52:15 2021 +0000 |
tree | 03fa729847d634663aa6c36a6586f35af191f889 | |
parent | 1f2b32a52c9196977c80c48df9498f35b970aadf [diff] |
blake2s: fix 386 assembly not to smash SP For golang/go#44269. Change-Id: I92e168674612af390bcb80a0579df5c777c26970 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/292052 Trust: Russ Cox <rsc@golang.org> Trust: Jason A. Donenfeld <Jason@zx2c4.com> Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
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.