use 512 bits of entropy for secret DH exponents
This commit is contained in:
@@ -40,6 +40,11 @@
|
||||
*/
|
||||
#define BUF_LEN 512
|
||||
|
||||
/**
|
||||
* Entropy in bits of secret Diffie-Hellman exponents
|
||||
*/
|
||||
#define DH_EXPONENT_ENTROPY_SIZE 512
|
||||
|
||||
/**
|
||||
* Macro compares two strings for equality
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user