commit | 36b70b2a4e75855c1c1de6c0e2a011aa16a2f5f6 | [log] [tgz] |
---|---|---|
author | Brett Warren <brett.warren@arm.com> | Tue Oct 19 23:39:07 2021 +0100 |
committer | Brett Warren <brett.warren@arm.com> | Thu Oct 28 16:00:13 2021 +0100 |
tree | fbf4ac6bb3c45c453e73fa2269020ea696928000 | |
parent | 9e98573ca2a6e6be35f3dd1634bd55212bdeb2a0 [diff] |
Change MBEDTLS_ECP_DP_MAX to 14 Signed-off-by: Brett Warren <brett.warren@arm.com>
diff --git a/include/mbedtls/ecp.h b/include/mbedtls/ecp.h index b2a2e32..5b26084 100644 --- a/include/mbedtls/ecp.h +++ b/include/mbedtls/ecp.h
@@ -130,10 +130,8 @@ /** * The number of supported curves, plus one for #MBEDTLS_ECP_DP_NONE. - * - * \note Montgomery curves are currently excluded. */ -#define MBEDTLS_ECP_DP_MAX 12 +#define MBEDTLS_ECP_DP_MAX 14 /* * Curve types