commit | c07d793c2f9aacf728fe68cbd7acd73adbd04159 | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Thu May 13 11:05:28 2021 -0400 |
committer | Filippo Valsorda <filippo@golang.org> | Thu May 13 16:48:29 2021 +0000 |
tree | be31bff3a1c9bc5e9387d612ec6b8b5bdea5ba73 | |
parent | cd7d49e622d578c4836740578d4bd1680bd789d6 [diff] |
curve25519/internal/field: fix generator module reference to x/crypto The generator submodule needs a module dependency on golang.org/x/crypto to find the type information it needs. This removes the Comment call from CL 319469 because it does not seem to generate the intended output. See golang/go#46155. Fixes golang/go#46133 Change-Id: Iec21c6379d81271047ebf370a76329ed3fdac85c Reviewed-on: https://go-review.googlesource.com/c/crypto/+/319471 Trust: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
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.