boringssl/crypto/fipsmodule/bn
David Benjamin 0d5b886ef8 Switch BN_generate_dsa_nonce's hash back to SHA-512/256.
SHA-512 is faster to calculate on 64-bit systems and that's what we were
using before. (Though, realistically, this doesn't show up at all.)

Change-Id: Id4f386ca0b5645a863b36405eef03bc62d0f29b3
Reviewed-on: https://boringssl-review.googlesource.com/16006
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-05-08 22:00:48 +00:00
..
asm Undefine some macros in bn/ 2017-05-02 22:11:50 +00:00
add.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
bn_test.cc Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
bn_tests.txt Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
bn.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
bytes.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
check_bn_tests.go Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
cmp.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
ctx.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
div.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
exponentiation.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
gcd.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
generic.c Undefine some macros in bn/ 2017-05-02 22:11:50 +00:00
internal.h Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
jacobi.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
montgomery_inv.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
montgomery.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
mul.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
prime.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
random.c Switch BN_generate_dsa_nonce's hash back to SHA-512/256. 2017-05-08 22:00:48 +00:00
rsaz_exp.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
rsaz_exp.h Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
shift.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00
sqrt.c Move bn/ into crypto/fipsmodule/ 2017-05-01 22:51:25 +00:00