commit | 5ff15b29337e062d850872081bcd9f4d784f4c25 | [log] [tgz] |
---|---|---|
author | Bryan C. Mills <bcmills@google.com> | Tue Jun 15 10:52:47 2021 -0400 |
committer | Bryan C. Mills <bcmills@google.com> | Wed Jun 16 21:35:33 2021 +0000 |
tree | 6a57f10070dad23d827363106bf0123b0454a3bc | |
parent | c07d793c2f9aacf728fe68cbd7acd73adbd04159 [diff] |
all: upgrade x/sys to latest Fixes golang/go#46761 Change-Id: I510532f98c66db1ca1a2288665c571e86d605770 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/328149 Trust: Bryan C. Mills <bcmills@google.com> Trust: Katie Hockman <katie@golang.org> Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Katie Hockman <katie@golang.org> TryBot-Result: Go Bot <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.