From 45149ad7965fbcb3e3774b62c9f2574fd0129af6 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 14 Apr 2013 00:50:03 +0800 Subject: A bit of work on ecdsa for host/auth keys --- libtomcrypt/src/headers/tomcrypt_custom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libtomcrypt') diff --git a/libtomcrypt/src/headers/tomcrypt_custom.h b/libtomcrypt/src/headers/tomcrypt_custom.h index 91a2ccb..cbfaeb3 100644 --- a/libtomcrypt/src/headers/tomcrypt_custom.h +++ b/libtomcrypt/src/headers/tomcrypt_custom.h @@ -138,6 +138,8 @@ #ifdef DROPBEAR_ECC #define MECC +#define LTC_ECC_SHAMIR +#define LTC_ECC_TIMING_RESISTANT #define MPI #define LTM_DESC #ifdef DROPBEAR_ECC_256 -- cgit v1.2.1