boringssl/crypto/bn
David Benjamin a5237972fa Don't test quite so many primes.
The test takes a little long to run. I've chopped it to primes up to
20,000. This ensures we still test some values out of range of the table
in crypto/bn/prime.c.

Also remove false comment in crypto/bn/prime.c.

Change-Id: I910015af9570b2f9f1c6c82dc61a0dbdfd24840b
Reviewed-on: https://boringssl-review.googlesource.com/15604
Reviewed-by: Adam Langley <agl@google.com>
2017-04-27 20:30:42 +00:00
..
asm Enable RSA AVX2 code. 2017-03-08 17:28:12 +00:00
add.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
bn_asn1.c
bn_test.cc Don't test quite so many primes. 2017-04-27 20:30:42 +00:00
bn_tests.txt bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal. 2017-01-26 18:29:44 +00:00
bn.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
check_bn_tests.go
CMakeLists.txt Downgrade BN_kronecker to bn_jacobi and unexport. 2017-04-27 20:29:47 +00:00
cmp.c Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. 2017-02-09 22:40:12 +00:00
convert.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
ctx.c Avoid needless C gymnastics. 2017-04-21 22:51:47 +00:00
div.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
exponentiation.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
gcd.c Remove BN_FLG_CONSTTIME. 2017-01-12 02:00:44 +00:00
generic.c
internal.h Downgrade BN_kronecker to bn_jacobi and unexport. 2017-04-27 20:29:47 +00:00
jacobi.c Downgrade BN_kronecker to bn_jacobi and unexport. 2017-04-27 20:29:47 +00:00
montgomery_inv.c Calculate Montgomery RR without division. 2016-12-16 17:41:01 +00:00
montgomery.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
mul.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
prime.c Don't test quite so many primes. 2017-04-27 20:30:42 +00:00
random.c Move much of rand/ into the FIPS module. 2017-04-21 22:03:18 +00:00
rsaz_exp.c Remove RSAZ-512. 2016-12-14 22:12:50 +00:00
rsaz_exp.h
shift.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
sqrt.c Downgrade BN_kronecker to bn_jacobi and unexport. 2017-04-27 20:29:47 +00:00