commit | 7e3ac2043e18f9cbc0c089cb28e73caac2c9d9d1 | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Mon Nov 28 10:56:10 2022 -0800 |
committer | Roland Shoemaker <roland@golang.org> | Wed Dec 21 16:58:14 2022 +0000 |
tree | 79478f3b7fbebf1249a073c189b4ebee4dd8ba3b | |
parent | 23edec0b383afbf83bd3e94309cfe09a01a68a99 [diff] |
internal/wycheproof: also use Verify in TestECDSA Check both Verify and VerifyASN1 in the ECDSA tests. Change-Id: Id767354484a7da18ae4e00cd6f2a01a2909e6732 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/453755 Reviewed-by: Than McIntosh <thanm@google.com> Run-TryBot: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Filippo Valsorda <filippo@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.