| commit | 2c241ca3045ddc354463c376a9515d9f1f1390a4 | [log] [tgz] |
|---|---|---|
| author | Tom Thorogood <me+google@tomthorogood.co.uk> | Wed May 02 12:08:12 2018 +0000 |
| committer | Tobias Klauser <tobias.klauser@gmail.com> | Wed May 02 12:12:36 2018 +0000 |
| tree | ac111a967cd07bf01ebd1a074cbcf58cccce680b | |
| parent | 613d6eafa307c6881a737a3c35c0e312e8d3a8c5 [diff] |
chacha20poly1305: correct AVX2 feature detection CL 110355 switched out the adhoc cpu feature detection for x/sys/cpu, in doing so the AVX2 check was broken. The assembly code uses MULX which is part of BMI2. Updates golang/go#24843 Change-Id: I4719b8ff3211eb1c823099512e593e540d6f3be8 GitHub-Last-Rev: 70542b53cd09fcae26c3579cd84bcee39a4b8a57 GitHub-Pull-Request: golang/crypto#44 Reviewed-on: https://go-review.googlesource.com/110796 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.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.