From 417670a030a3bb2d762bf3f77200c357801ceb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 24 Jun 2014 17:50:22 +0200 Subject: [PATCH] Adjust bound more tightly --- configs/config-suite-b.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config-suite-b.h b/configs/config-suite-b.h index 4651e0df2..0600c2e1c 100644 --- a/configs/config-suite-b.h +++ b/configs/config-suite-b.h @@ -60,8 +60,8 @@ #define POLARSSL_AES_ROM_TABLES /* Save RAM by adjusting to our exact needs */ -#define POLARSSL_MPI_MAX_SIZE 96 #define POLARSSL_ECP_MAX_BITS 384 +#define POLARSSL_MPI_MAX_SIZE 48 // 384 bits is 48 bytes /* Save RAM at the expense of speed, see ecp.h */ #define POLARSSL_ECP_WINDOW_SIZE 2