summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath_superclass.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 09:50:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 09:50:37 (GMT)
commitc85162575b2a6ba6d8b7103a103d8724c2d51e03 (patch)
treec945d6b5352f04dfb8dcda9435522ae38bf25c51 /libtommath/tommath_superclass.h
parente0c2fc16a8641c16944de458557edf2d315d688b (diff)
parent44774dc3238ca1e269c6acedcbdfb449780c96f9 (diff)
downloadtcl-c85162575b2a6ba6d8b7103a103d8724c2d51e03.zip
tcl-c85162575b2a6ba6d8b7103a103d8724c2d51e03.tar.gz
tcl-c85162575b2a6ba6d8b7103a103d8724c2d51e03.tar.bz2
Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath to 1.0
Diffstat (limited to 'libtommath/tommath_superclass.h')
-rw-r--r--libtommath/tommath_superclass.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libtommath/tommath_superclass.h b/libtommath/tommath_superclass.h
index e3926df..0eeaf5f 100644
--- a/libtommath/tommath_superclass.h
+++ b/libtommath/tommath_superclass.h
@@ -60,9 +60,9 @@
#undef BN_FAST_MP_INVMOD_C
/* To safely undefine these you have to make sure your RSA key won't exceed the Comba threshold
- * which is roughly 255 digits [7140 bits for 32-bit machines, 15300 bits for 64-bit machines]
+ * which is roughly 255 digits [7140 bits for 32-bit machines, 15300 bits for 64-bit machines]
* which means roughly speaking you can handle upto 2536-bit RSA keys with these defined without
- * trouble.
+ * trouble.
*/
#undef BN_S_MP_MUL_DIGS_C
#undef BN_S_MP_SQR_C
@@ -70,3 +70,7 @@
#endif
#endif
+
+/* $Source$ */
+/* $Revision$ */
+/* $Date$ */