commit | 0ba0e8f031222feafe2c6fe04ba9c3da11dd361a | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Wed Aug 11 15:43:27 2021 -0400 |
committer | Roland Shoemaker <roland@golang.org> | Thu Aug 12 20:46:32 2021 +0000 |
tree | 61c29efb67c0b9c42201107439f41c8c11466d42 | |
parent | a769d52b0f97a420f3dcafc17f8b3384217859a2 [diff] |
openpgp: mark as deprecated Finally. Fixes golang/go#44226 Change-Id: I73de5a49357f8891afef9094ab497f389b899943 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/341549 Trust: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Roland Shoemaker <roland@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.