mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h
There is a precedent for having bigger and less mature options in mbedtls_config.h (MBEDTLS_USE_PSA_CRYPTO) for an extended period. Having this option in mbedtls_config.h is simpler and more robust. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
@ -31,14 +31,6 @@
|
||||
#include "bignum_mod.h"
|
||||
#include "mbedtls/ecp.h"
|
||||
|
||||
/*
|
||||
* Turning this option on enables using the new bignum code in the ECC modules.
|
||||
*
|
||||
* WARNING: ECC implementation using the new bignum code is a work in progress,
|
||||
* this option serves only development and testing purposes.
|
||||
*/
|
||||
//#define MBEDTLS_ECP_WITH_MPI_UINT
|
||||
|
||||
/*
|
||||
* Curve modulus types
|
||||
*/
|
||||
|
Reference in New Issue
Block a user