mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
ECDH alternative implementation support
Add alternative implementation support for ECDH at the higher layer
This commit is contained in:
parent
45d269555b
commit
433f39c437
4 changed files with 10 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue