mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-27 00:10:59 +00:00
ECDH: Add Everest Curve25519 config.h option
This commit is contained in:
parent
9ed851d27f
commit
20788e584d
|
@ -3535,6 +3535,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
|
||||
|
|
Loading…
Reference in a new issue