commit | b7391e95e576cacdcdd422573063bc057239113d | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Tue Mar 19 18:29:04 2019 -0400 |
committer | Filippo Valsorda <filippo@golang.org> | Wed Mar 20 22:39:03 2019 +0000 |
tree | 81117bc42e3b10d175d7ea548518d3701a08e9e8 | |
parent | a1f597ede03a7bef967a422b5b3a5bd08805a01e [diff] |
salsa20/salsa: fix keystream loop in amd64 assembly when overflowing 32-bit counter Fixes golang/go#30965 Change-Id: I83a804d555c048e0124c35f95c9e611b2c5bdb01 Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/436856 Reviewed-by: Adam Langley <agl@google.com> Reviewed-on: https://go-review.googlesource.com/c/crypto/+/168406 Reviewed-by: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Gobot Gobot <gobot@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.