summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libtommath/tommath.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h
index f9845d8..37fb23c 100644
--- a/libtommath/tommath.h
+++ b/libtommath/tommath.h
@@ -134,7 +134,8 @@ extern int KARATSUBA_MUL_CUTOFF,
TOOM_SQR_CUTOFF;
/* define this to use lower memory usage routines (exptmods mostly) */
-/* #define MP_LOW_MEM */
+/* We use this to reduce stack usage --nmav */
+#define MP_LOW_MEM
/* default precision */
#ifndef MP_PREC