mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
ECDH alternative implementation support
Add alternative implementation support for ECDH at the higher layer
This commit is contained in:
@ -93,6 +93,9 @@ static const char *features[] = {
|
||||
#if defined(MBEDTLS_DES_ALT)
|
||||
"MBEDTLS_DES_ALT",
|
||||
#endif /* MBEDTLS_DES_ALT */
|
||||
#if defined(MBEDTLS_ECDH_ALT)
|
||||
"MBEDTLS_ECDH_ALT",
|
||||
#endif /* MBEDTLS_ECDH_ALT */
|
||||
#if defined(MBEDTLS_XTEA_ALT)
|
||||
"MBEDTLS_XTEA_ALT",
|
||||
#endif /* MBEDTLS_XTEA_ALT */
|
||||
|
Reference in New Issue
Block a user