commit | 505ab145d0a99da450461ae2c1a9f6cd10d1f447 | [log] [tgz] |
---|---|---|
author | Axel Wagner <axel.wagner.hh@googlemail.com> | Thu Sep 27 00:07:39 2018 +0200 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Dec 03 04:23:31 2018 +0000 |
tree | 25664396f9c10ca1a7cc1034e38aedc10e5fd6f3 | |
parent | eb0de9b17e854e9b1ccd9963efafc79862359959 [diff] |
openpgp: support SHA384 SHA384 is a natural hashing choice for P-384 ECDSA. The only thing needed to make it usable, is adding it to the list of candidates. Change-Id: I61f66f371774f95dfc1de30d10fab66f92c21b6b Reviewed-on: https://go-review.googlesource.com/c/137956 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@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.