diff --git a/src/headers/tomcrypt_custom.h b/src/headers/tomcrypt_custom.h index e34beb1..0494202 100644 --- a/src/headers/tomcrypt_custom.h +++ b/src/headers/tomcrypt_custom.h @@ -358,8 +358,10 @@ /* do we want fixed point ECC */ /* #define LTC_MECC_FP */ -/* Timing Resistant? */ -/* #define LTC_ECC_TIMING_RESISTANT */ +#ifndef LTC_NO_ECC_TIMING_RESISTANT +/* Enable ECC timing resistant version by default */ +#define LTC_ECC_TIMING_RESISTANT +#endif #endif /* LTC_NO_PK */