commit | be400aefbc4c83e9aab51e82b8d4b12760653b47 | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@google.com> | Fri Nov 13 09:41:55 2020 -0500 |
committer | Filippo Valsorda <filippo@golang.org> | Thu Dec 03 16:30:18 2020 +0000 |
tree | 26c94f9f114e30067c05e9d7b0fea47c8c6a8289 | |
parent | c8d3bf9c5392d5f66747f112cd55055d7a530b19 [diff] |
all: build tags: appengine,!gccgo => purego,gc appengine is obsolete and superseded by purego, and gc is a more precise tag for files that use gc-syntax assembly. Change-Id: I716f59de772ebeee4adf4d2a432edf300122cef0 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/269920 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Filippo Valsorda <filippo@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.