Update MBEDTLS_ECP_MAX_BITS when adding a curve
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
d0b16303bb
commit
6e1387abed
@ -93,6 +93,7 @@ extern "C" {
|
|||||||
* - Add it at the end of this enum, otherwise you'll break the ABI by
|
* - Add it at the end of this enum, otherwise you'll break the ABI by
|
||||||
* changing the numerical value for existing curves.
|
* changing the numerical value for existing curves.
|
||||||
* - Increment MBEDTLS_ECP_DP_MAX below if needed.
|
* - Increment MBEDTLS_ECP_DP_MAX below if needed.
|
||||||
|
* - Update the calculation of MBEDTLS_ECP_MAX_BITS below.
|
||||||
* - Add the corresponding MBEDTLS_ECP_DP_xxx_ENABLED macro definition to
|
* - Add the corresponding MBEDTLS_ECP_DP_xxx_ENABLED macro definition to
|
||||||
* config.h.
|
* config.h.
|
||||||
* - List the curve as a dependency of MBEDTLS_ECP_C and
|
* - List the curve as a dependency of MBEDTLS_ECP_C and
|
||||||
|
Loading…
Reference in New Issue
Block a user