go/src/crypto/internal
Bryan C. Mills 9a1136a654 crypto/internal/edwards25519: shorten quick.Check tests in short mode
The edwards25519 tests can be quite slow on platforms without a
well-optimized implementation, especially if the race detector is also
enabled. Since these tests aren't checking for specific inputs anyway,
the extra coverage of a more aggressive quick.Config does not seem
worth wasting extra time on slow CI builders and TryBots.

For #60109.

Change-Id: I530e75a0b76725585df5a2f5ded6705ab1b9da51
Reviewed-on: https://go-review.googlesource.com/c/go/+/522715
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Joedian Reid <joedian@golang.org>
2023-08-28 17:26:17 +00:00
..
alias all: fix typos in go file comments 2023-01-20 03:27:26 +00:00
bigmod crypto/internal/bigmod: provide assembly addMulVVW* for riscv64 2023-08-15 07:52:41 +00:00
boring crypto/internal/boring,crypto/sha1: remove cmd_go_bootstrap build tag 2023-07-20 17:51:31 +00:00
edwards25519 crypto/internal/edwards25519: shorten quick.Check tests in short mode 2023-08-28 17:26:17 +00:00
nistec Revert "crypto/internal/nistec: refactor scalar multiplication" 2023-06-12 18:48:23 +00:00
randutil