bn_isqrt: reduce number of tests to 100.
authortb <tb@openbsd.org>
Wed, 8 Mar 2023 06:28:08 +0000 (06:28 +0000)
committertb <tb@openbsd.org>
Wed, 8 Mar 2023 06:28:08 +0000 (06:28 +0000)
commitd79da6ce10b90eb9ae0482dd79daa5bf48fdff47
tree4679922f13c9bcc74b3faa618e021a03ae9672b8
parent8eb132fc6fcd6fc03387cdf74a3d70865529ba44
bn_isqrt: reduce number of tests to 100.

The runtime is roughly quadratic in N_TESTS. While it only takes 1-2s on
modern machines, this test takes a long time on slow machines. A reduction
of runtime by a factor of ~16 is significant.
regress/lib/libcrypto/bn/bn_isqrt.c