commit | aabede6cba87e37f413b3e60ebfc214f8eeca1b0 | [log] [tgz] |
---|---|---|
author | Thomas Bushnell, BSG <tbushnell@google.com> | Thu Aug 16 14:30:07 2018 -0700 |
committer | Filippo Valsorda <filippo@golang.org> | Thu Aug 16 22:57:34 2018 +0000 |
tree | 1e3ef18c4e82cc3673d87cce799875f85eaf2179 | |
parent | de0752318171da717af4ce24d0a2e8626afaeb11 [diff] |
openpgp/clearsign: add ability to sign with more than one key. Change-Id: I34036514435d365adb2b9da4ac66673be466a34b Reviewed-on: https://go-review.googlesource.com/129655 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.