Remove references to some Montgomery curves
After all it looks like those won't become standard.
This commit is contained in:
parent
9386664543
commit
7320eb46d4
6 changed files with 1 additions and 37 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue