From 0de7f947733fb77dbd9c98f3cba03457ce2a985a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 1 Dec 2014 12:21:01 +0100 Subject: [PATCH] Enable NIST_OPTIM by default for config-suite-b --- configs/config-suite-b.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/config-suite-b.h b/configs/config-suite-b.h index 81ec7256e..3e8f15310 100644 --- a/configs/config-suite-b.h +++ b/configs/config-suite-b.h @@ -68,8 +68,8 @@ #define POLARSSL_ECP_WINDOW_SIZE 2 #define POLARSSL_ECP_FIXED_POINT_OPTIM 0 -/* Uncomment for a significant speed benefit at the expense of some ROM */ -//#define POLARSSL_ECP_NIST_OPTIM +/* Significant speed benefit at the expense of some ROM */ +#define POLARSSL_ECP_NIST_OPTIM /* * You should adjust this to the exact number of sources you're using: default