commit | 5c72a883971a4325f8c62bf07b6d38c20ea47a6a | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Wed Aug 19 14:45:41 2020 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Thu Aug 20 21:17:05 2020 +0000 |
tree | b629bdd9463bf29f772939d0e8234f22bca03b40 | |
parent | 123391ffb6de907695e1066dc40c1ff09322aeb6 [diff] |
sha3: remove go:nocheckptr annotation As of Go 1.14.1, -d=checkptr no longer errors on unaligned reads of non-pointer data. This reverts the code change (but not the test) from CL 222855. Fixes golang/go#37644 Updates golang/go#37298 Change-Id: I935c773a3541ed8dca7eb005d39a082eb5f10eb8 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/249378 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.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.