diff options
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |