Use "GMP_DESC" instead of "GPM_DESC"
This seemed to be the only place in the code that was using this particular transposition. And, indeed, when compiling with "GMP_DESC", it looks like it is necessary to disable Diffie-Hellman. (Otherwise, the test fails for me.)
This commit is contained in:
parent
bd7933cc2b
commit
233f207c17
@ -306,8 +306,8 @@
|
|||||||
/* #define LTC_RSA_BLINDING */
|
/* #define LTC_RSA_BLINDING */
|
||||||
|
|
||||||
/* Include Diffie-Hellman support */
|
/* Include Diffie-Hellman support */
|
||||||
#ifndef GPM_DESC
|
#ifndef GMP_DESC
|
||||||
/* is_prime fails for GPM */
|
/* is_prime fails for GMP */
|
||||||
#define MDH
|
#define MDH
|
||||||
/* Supported Key Sizes */
|
/* Supported Key Sizes */
|
||||||
#define DH768
|
#define DH768
|
||||||
|
Loading…
x
Reference in New Issue
Block a user