commit | 5f87f3452ae96c4850ab9af7783f2517b643061b | [log] [tgz] |
---|---|---|
author | Julie Qiu <julie@golang.org> | Mon Dec 07 11:24:29 2020 -0500 |
committer | Julie Qiu <julie@golang.org> | Tue Dec 08 17:14:46 2020 +0000 |
tree | fcef8433556e85cc3645a921977d62d710938bdb | |
parent | be400aefbc4c83e9aab51e82b8d4b12760653b47 [diff] |
README.md: add badge to pkg.go.dev A badge linking to https://pkg.go.dev/golang.org/x/crypto is added. Change-Id: Ifa07c0c04e3dd30503f196179f6883cc569e7908 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/275873 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@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.