From 4ecee83d8a15f08d3fcac37df25b16a1ead97743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 5 Jan 2022 12:01:38 +0100 Subject: [PATCH] Update config used by ecc-heap.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - optimize a bit - update default (commented out, so purely cosmetic) Signed-off-by: Manuel Pégourié-Gonnard --- scripts/ecc-heap.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/ecc-heap.sh b/scripts/ecc-heap.sh index d985fa20cd..5053fa717f 100755 --- a/scripts/ecc-heap.sh +++ b/scripts/ecc-heap.sh @@ -71,7 +71,10 @@ cat << EOF >$CONFIG_H #include "check_config.h" -//#define MBEDTLS_ECP_WINDOW_SIZE 6 +#define MBEDTLS_HAVE_ASM // just make things a bit faster +#define MBEDTLS_ECP_NIST_OPTIM // faster and less allocations + +//#define MBEDTLS_ECP_WINDOW_SIZE 4 //#define MBEDTLS_ECP_FIXED_POINT_OPTIM 1 EOF