summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath_class.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-29 19:52:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-29 19:52:35 (GMT)
commitff1658cbdd0982b1fe292259ef37bc9abb41a932 (patch)
tree915f0c4344c7f680ee86ba8cce24deb9b0b40bc2 /libtommath/tommath_class.h
parent2adcff3e5ba6e09366ef4208ab81768803ba15bd (diff)
downloadtcl-ff1658cbdd0982b1fe292259ef37bc9abb41a932.zip
tcl-ff1658cbdd0982b1fe292259ef37bc9abb41a932.tar.gz
tcl-ff1658cbdd0982b1fe292259ef37bc9abb41a932.tar.bz2
libtommath 1.0.1 rc 2
Diffstat (limited to 'libtommath/tommath_class.h')
-rw-r--r--libtommath/tommath_class.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libtommath/tommath_class.h b/libtommath/tommath_class.h
index 2085521..e860613 100644
--- a/libtommath/tommath_class.h
+++ b/libtommath/tommath_class.h
@@ -282,12 +282,9 @@
#if defined(BN_MP_DIV_2D_C)
#define BN_MP_COPY_C
#define BN_MP_ZERO_C
- #define BN_MP_INIT_C
#define BN_MP_MOD_2D_C
- #define BN_MP_CLEAR_C
#define BN_MP_RSHD_C
#define BN_MP_CLAMP_C
- #define BN_MP_EXCH_C
#endif
#if defined(BN_MP_DIV_3_C)
@@ -359,7 +356,7 @@
#if defined(BN_MP_EXPTMOD_FAST_C)
#define BN_MP_COUNT_BITS_C
- #define BN_MP_INIT_C
+ #define BN_MP_INIT_SIZE_C
#define BN_MP_CLEAR_C
#define BN_MP_MONTGOMERY_SETUP_C
#define BN_FAST_MP_MONTGOMERY_REDUCE_C
@@ -441,6 +438,7 @@
#if defined(BN_MP_INIT_COPY_C)
#define BN_MP_INIT_SIZE_C
#define BN_MP_COPY_C
+ #define BN_MP_CLEAR_C
#endif
#if defined(BN_MP_INIT_MULTI_C)
@@ -466,6 +464,7 @@
#if defined(BN_MP_INVMOD_C)
#define BN_MP_ISZERO_C
#define BN_MP_ISODD_C
+ #define BN_MP_CMP_D_C
#define BN_FAST_MP_INVMOD_C
#define BN_MP_INVMOD_SLOW_C
#endif
@@ -500,6 +499,7 @@
#endif
#if defined(BN_MP_JACOBI_C)
+ #define BN_MP_ISNEG_C
#define BN_MP_CMP_D_C
#define BN_MP_ISZERO_C
#define BN_MP_INIT_COPY_C
@@ -546,7 +546,7 @@
#endif
#if defined(BN_MP_MOD_C)
- #define BN_MP_INIT_C
+ #define BN_MP_INIT_SIZE_C
#define BN_MP_DIV_C
#define BN_MP_CLEAR_C
#define BN_MP_ISZERO_C
@@ -610,7 +610,7 @@
#endif
#if defined(BN_MP_MULMOD_C)
- #define BN_MP_INIT_C
+ #define BN_MP_INIT_SIZE_C
#define BN_MP_MUL_C
#define BN_MP_CLEAR_C
#define BN_MP_MOD_C