3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
This commit is contained in:
parent
37eb90617a
commit
50d9f095ec
1 changed files with 5 additions and 5 deletions
10
include/mbedtls/config.h
Normal file → Executable file
10
include/mbedtls/config.h
Normal file → Executable file
|
@ -3577,11 +3577,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 a new issue