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
bn_test.cc
bn_tests.txt
bn.c
bytes.c
check_bn_tests.go
cmp.c
ctx.c
div.c
exponentiation.c
gcd.c
generic.c Undefine some macros in bn/ 2017-05-02 22:11:50 +00:00
internal.h
jacobi.c
montgomery_inv.c
montgomery.c
mul.c
prime.c
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
rsaz_exp.h
shift.c
sqrt.c