commit | 0a44fdfbc16e146f50e5fb8823fcc5ac186049b2 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Fri Aug 13 08:57:38 2021 -0700 |
committer | Roland Shoemaker <roland@golang.org> | Fri Aug 13 21:11:28 2021 +0000 |
tree | a5f6fd07c40b8ed2944e77aef656e633a03ff461 | |
parent | 0ba0e8f031222feafe2c6fe04ba9c3da11dd361a [diff] |
openpgp: fix deprecation message Fixes the referenced issue and removes an unnecessary word. Change-Id: Icbf8bd26bccbc603e7dd360d817900ac2ca63a69 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/342049 Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@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.