commit | 7e6ffbd038512da5ae7ce06c196764f393990be1 | [log] [tgz] |
---|---|---|
author | Axel Wagner <axel.wagner.hh@googlemail.com> | Wed Sep 26 23:54:55 2018 +0200 |
committer | Filippo Valsorda <filippo@golang.org> | Mon Oct 29 17:52:32 2018 +0000 |
tree | fc3a9650a1ad47449973655805232280ad8ef771 | |
parent | dab2b1051b5dd33a57e97c4774ed152e6a6c9a13 [diff] |
openpgp: pass hash to Signer.Sign for ECDSA Change-Id: Iabb601d9d7f3394c2a20cacd042c00bd05457500 Reviewed-on: https://go-review.googlesource.com/c/137897 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.