From 54ef984c3c4728d616a983b96f0dcb1b8c88ae96 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 26 Feb 2015 03:41:07 +0000 Subject: Add specialized reducers for P-192, P-224, P-256 and P-384 --- src/build-data/buildh.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/build-data/buildh.in') diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index fdb141ffb..02f2731d6 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -50,6 +50,12 @@ otherwise does a byte at a time write via a volatile pointer. */ #define BOTAN_USE_VOLATILE_MEMSET_FOR_ZERO 1 +/* +* If enabled the ECC implementation will use Montgomery ladder +* instead of a fixed window implementation. +*/ +#define BOTAN_CURVE_GFP_USE_MONTGOMERY_LADDER 0 + /* PK key consistency checking toggles */ #define BOTAN_PUBLIC_KEY_STRONG_CHECKS_ON_LOAD 1 #define BOTAN_PRIVATE_KEY_STRONG_CHECKS_ON_LOAD 0 -- cgit v1.2.3