From 5b4f2d405f1d2078cffd4f88016774e5cb001c3c Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 14 Dec 2014 08:40:37 -0500 Subject: [PATCH] don't use the timing-resistant ltc_ecc_mulmod because (a) i don't care and (b) it doesn't seem to build right --- dropbear/libtomcrypt/src/headers/tomcrypt_custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropbear/libtomcrypt/src/headers/tomcrypt_custom.h b/dropbear/libtomcrypt/src/headers/tomcrypt_custom.h index cbfaeb3..fafde84 100644 --- a/dropbear/libtomcrypt/src/headers/tomcrypt_custom.h +++ b/dropbear/libtomcrypt/src/headers/tomcrypt_custom.h @@ -139,7 +139,7 @@ #ifdef DROPBEAR_ECC #define MECC #define LTC_ECC_SHAMIR -#define LTC_ECC_TIMING_RESISTANT +// #define LTC_ECC_TIMING_RESISTANT #define MPI #define LTM_DESC #ifdef DROPBEAR_ECC_256