commit | 86c0c3e7f9624c5d1a4ff79e1605de2d53284af5 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Feb 15 11:05:23 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Thu Feb 18 14:51:59 2021 +0000 |
tree | fd67f247ef5175c75ca4fef251e3ebbe0b0e5be7 | |
parent | eec23a3978adcfd26c29f4153eaa3e3d9b2cc53a [diff] |
blake2s: fix amd64 assembly not to smash SP For golang/go#44269. Change-Id: I877a8056dbd8ab1dedadb562aa1b3d9e1e0d55da Reviewed-on: https://go-review.googlesource.com/c/crypto/+/292049 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.