commit | 0ec7e8322c090be3a94a90823b9ae085541f5f1e | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Wed Nov 16 09:44:18 2022 +0100 |
committer | Gopher Robot <gobot@golang.org> | Wed Nov 16 16:25:40 2022 +0000 |
tree | fa4a4122fdcab4f57d152899919fd1f37bd1a616 | |
parent | 6fad3dfc18918c2ac9c112e46b32473bd2e5e2f9 [diff] |
internal/wycheproof: update Go 1.20 crypto/ecdh API For golang/go#56052 Change-Id: If34d01132e221ff525319e43d127ef14579f9054 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/451095 Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Joedian Reid <joedian@golang.org> Auto-Submit: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> Run-TryBot: Joedian Reid <joedian@golang.org> TryBot-Result: Gopher Robot <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.