From b912829679819a0ca6a3c5a68ddede77598f6330 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Tue, 16 Dec 2014 21:50:45 -0500 Subject: [PATCH] don't tweak tomcrypt ecc timing settings either Revert "don't use the timing-resistant ltc_ecc_mulmod because (a) i don't care" This reverts commit 5b4f2d405f1d2078cffd4f88016774e5cb001c3c. --- 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 fafde84..cbfaeb3 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