mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Remove references to some Montgomery curves
After all it looks like those won't become standard.
This commit is contained in:
@ -226,18 +226,9 @@ static const char *features[] = {
|
||||
#if defined(MBEDTLS_ECP_DP_BP512R1_ENABLED)
|
||||
"MBEDTLS_ECP_DP_BP512R1_ENABLED",
|
||||
#endif /* MBEDTLS_ECP_DP_BP512R1_ENABLED */
|
||||
#if defined(MBEDTLS_ECP_DP_M221_ENABLED)
|
||||
"MBEDTLS_ECP_DP_M221_ENABLED",
|
||||
#endif /* MBEDTLS_ECP_DP_M221_ENABLED */
|
||||
#if defined(MBEDTLS_ECP_DP_M255_ENABLED)
|
||||
"MBEDTLS_ECP_DP_M255_ENABLED",
|
||||
#endif /* MBEDTLS_ECP_DP_M255_ENABLED */
|
||||
#if defined(MBEDTLS_ECP_DP_M383_ENABLED)
|
||||
"MBEDTLS_ECP_DP_M383_ENABLED",
|
||||
#endif /* MBEDTLS_ECP_DP_M383_ENABLED */
|
||||
#if defined(MBEDTLS_ECP_DP_M511_ENABLED)
|
||||
"MBEDTLS_ECP_DP_M511_ENABLED",
|
||||
#endif /* MBEDTLS_ECP_DP_M511_ENABLED */
|
||||
#if defined(MBEDTLS_ECP_NIST_OPTIM)
|
||||
"MBEDTLS_ECP_NIST_OPTIM",
|
||||
#endif /* MBEDTLS_ECP_NIST_OPTIM */
|
||||
|
Reference in New Issue
Block a user