commit | 1f2b32a52c9196977c80c48df9498f35b970aadf | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Feb 15 11:14:47 2021 -0500 |
committer | Russ Cox <rsc@golang.org> | Thu Feb 18 14:52:09 2021 +0000 |
tree | bc95614879033b156960ff421cfb49da2da0bf1f | |
parent | 042588c79f910d3fa4ebccc32280ff478cc9aef2 [diff] |
blake2b: fix amd64 assembly not to smash SP For golang/go#44269. Change-Id: I7e405afd0b55c96ce0a4c6058ba01e8be1173a8c Reviewed-on: https://go-review.googlesource.com/c/crypto/+/292051 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.