boringssl/crypto/dh
Adam Langley fd4eb60497 Remove duplication of common DH parameters.
Previously, the data for the common DH parameters was given twice: once
with 64-bit limbs and again with 32-bit limbs. A simple macro can
eliminate this duplication.

Change-Id: I15af008a769616f8146845cc8dd0e6526aa142ba
Reviewed-on: https://boringssl-review.googlesource.com/2950
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-01-26 20:26:51 +00:00
..
check.c dh/check.c: check BN_CTX_get's return value. 2014-06-20 13:17:39 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
dh_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
dh_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
dh_impl.c Recognize common DH parameter sets. 2015-01-16 14:46:59 -08:00
dh_test.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
dh.c Windows build fixes. 2014-08-11 22:10:02 +00:00
internal.h Recognize common DH parameter sets. 2015-01-16 14:46:59 -08:00
params.c Remove duplication of common DH parameters. 2015-01-26 20:26:51 +00:00