mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 10:15:40 +01:00
3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
This commit is contained in:
parent
f43e1d942f
commit
5833de7ab2
10
include/mbedtls/config.h
Normal file → Executable file
10
include/mbedtls/config.h
Normal file → Executable file
@ -2079,11 +2079,11 @@
|
|||||||
//#define MBEDTLS_PLATFORM_GMTIME_R_ALT
|
//#define MBEDTLS_PLATFORM_GMTIME_R_ALT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable the verified implementations of crypto primitives
|
* Enable the verified implementations of ECDH primitives from Project Everest
|
||||||
* from Project Everest (currently only Curve25519).
|
* (currently only Curve25519). This feature changes the layout of ECDH
|
||||||
* This feature breaks ECDH backward compatibility (see also
|
* contexts and therefore is a compatibility break for applications that access
|
||||||
* MBEDTLS_ECDH_LEGACY_CONTEXT).
|
* fields of a mbedtls_ecdh_context structure directly. See also
|
||||||
*
|
* MBEDTLS_ECDH_LEGACY_CONTEXT in include/mbedtls/ecdh.h.
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
|
//#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user