enable timing resistant ECC calculations by default

This commit is contained in:
Steffen Jaeckel 2014-05-08 15:06:42 +02:00
parent 26743d0749
commit c63c0433c1

View File

@ -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 */