mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-13 15:40:58 +00:00
Change MBEDTLS_ECP_DP_MAX to 14
Signed-off-by: Brett Warren <brett.warren@arm.com>
This commit is contained in:
parent
9e98573ca2
commit
36b70b2a4e
@ -130,10 +130,8 @@ typedef enum
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The number of supported curves, plus one for #MBEDTLS_ECP_DP_NONE.
|
* 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
|
* Curve types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user