commit | eb4f295cb31f7fb5d52810411604a2638c9b19a2 | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Sun Mar 27 15:47:18 2022 +0200 |
committer | Gopher Robot <gobot@golang.org> | Wed Apr 27 17:25:11 2022 +0000 |
tree | c0e8fe16ba74cd9fd202eb68e9498d047021507b | |
parent | 7b82a4e95df4499652dca2c0d4185de9fffbdc8f [diff] |
internal/wycheproof: add ECDH tests, including point decompression Fixes golang/go#38936 Change-Id: I231d30fcc683abd9efb36b6fd9cc05f599078ade Reviewed-on: https://go-review.googlesource.com/c/crypto/+/396174 Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Filippo Valsorda <valsorda@google.com> Auto-Submit: Filippo Valsorda <filippo@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.