crypto/curve25519
Filippo Valsorda c07d793c2f 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>
2021-05-13 16:48:29 +00:00
..
internal/field curve25519/internal/field: fix generator module reference to x/crypto 2021-05-13 16:48:29 +00:00
curve25519.go curve25519: replace field implementation with filippo.io/edwards25519 2021-05-05 21:26:54 +00:00
curve25519_test.go curve25519: replace field implementation with filippo.io/edwards25519 2021-05-05 21:26:54 +00:00
vectors_test.go curve25519: implement new X25519 API and deprecate ScalarMult 2019-11-07 22:22:54 +00:00