ECDH: Add Everest Curve25519 config.h option

This commit is contained in:
Christoph M. Wintersteiger 2018-10-25 12:41:04 +01:00 committed by Janos Follath
parent 3ec504738e
commit 02b8048846

View File

@ -3576,6 +3576,17 @@
*/
//#define MBEDTLS_PLATFORM_GMTIME_R_ALT
/*
* \def MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
*
* Enable the verified implementations of crypto primitives
* from Project Everest (currently only Curve25519).
* This feature breaks ECDH backward compatibility (see also
* MBEDTLS_ECDH_LEGACY_CONTEXT).
*
*/
#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
/* \} name SECTION: Customisation configuration options */
/* Target and application specific configurations