|
@@ -68,6 +68,7 @@
|
|
|
|
|
|
/* shortcut to disable automatic inclusion */
|
|
/* shortcut to disable automatic inclusion */
|
|
#if defined LTC_NOTHING && !defined LTC_EASY
|
|
#if defined LTC_NOTHING && !defined LTC_EASY
|
|
|
|
+ #define LTC_NO_MATH
|
|
#define LTC_NO_CIPHERS
|
|
#define LTC_NO_CIPHERS
|
|
#define LTC_NO_MODES
|
|
#define LTC_NO_MODES
|
|
#define LTC_NO_HASHES
|
|
#define LTC_NO_HASHES
|
|
@@ -143,12 +144,16 @@
|
|
/* #define LTC_NO_BSWAP */
|
|
/* #define LTC_NO_BSWAP */
|
|
|
|
|
|
/* ---> math provider? <--- */
|
|
/* ---> math provider? <--- */
|
|
|
|
+#ifndef LTC_NO_MATH
|
|
|
|
+
|
|
/* LibTomMath */
|
|
/* LibTomMath */
|
|
/* #define LTM_DESC */
|
|
/* #define LTM_DESC */
|
|
|
|
|
|
/* TomsFastMath */
|
|
/* TomsFastMath */
|
|
/* #define TFM_DESC */
|
|
/* #define TFM_DESC */
|
|
|
|
|
|
|
|
+#endif /* LTC_NO_MATH */
|
|
|
|
+
|
|
/* GNU Multiple Precision Arithmetic Library */
|
|
/* GNU Multiple Precision Arithmetic Library */
|
|
/* #define GMP_DESC */
|
|
/* #define GMP_DESC */
|
|
|
|
|