mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 05:45:49 +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
|
||||
|
||||
/**
|
||||
* 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).
|
||||
*
|
||||
* Enable the verified implementations of ECDH primitives from Project Everest
|
||||
* (currently only Curve25519). This feature changes the layout of ECDH
|
||||
* contexts and therefore is a compatibility break for applications that access
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user