commit | 34f69633bfdcf9db92f698f8487115767eebef81 | [log] [tgz] |
---|---|---|
author | Scott Ragan <ragansa@fb.com> | Wed Oct 02 19:15:13 2019 +0000 |
committer | Filippo Valsorda <filippo@golang.org> | Wed Oct 02 19:21:27 2019 +0000 |
tree | b6f4845fd34cdba4785bc020a76c33d30f62744a | |
parent | f9e2070545dcd4128a854a97ddf10fbfc3c4b6e4 [diff] |
openpgp/packet: support crypto.Decrypter in EncryptedKey.Decrypt Fixes golang/go#33301 Change-Id: I74a389367d34d4718d70349794027ed9f1eca370 GitHub-Last-Rev: 6d95cdf63248a54b134027ed49641c204187f188 GitHub-Pull-Request: golang/crypto#94 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/189497 Reviewed-by: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Gobot Gobot <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.