1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Remove references to some Montgomery curves

After all it looks like those won't become standard.
This commit is contained in:
Manuel Pégourié-Gonnard
2015-06-23 00:13:02 +02:00
parent 9386664543
commit 7320eb46d4
6 changed files with 1 additions and 37 deletions

View File

@ -98,10 +98,7 @@ static unsigned long add_count, dbl_count, mul_count;
#define ECP_SHORTWEIERSTRASS
#endif
#if defined(MBEDTLS_ECP_DP_M221_ENABLED) || \
defined(MBEDTLS_ECP_DP_M255_ENABLED) || \
defined(MBEDTLS_ECP_DP_M383_ENABLED) || \
defined(MBEDTLS_ECP_DP_M511_ENABLED)
#if defined(MBEDTLS_ECP_DP_M255_ENABLED)
#define ECP_MONTGOMERY
#endif