summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath_superclass.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-05 12:28:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-05 12:28:41 (GMT)
commit018892450cdacc7e4660a4cc138a51e1143a2b12 (patch)
treebc8d5053c422ca180b237864f9522bb64c885cf9 /libtommath/tommath_superclass.h
parentd23fe52664cbef62956cc8ba4e689b9873992b0c (diff)
parentedb7af10d93df44cc25e9dce384c61669ce73dc8 (diff)
downloadtcl-018892450cdacc7e4660a4cc138a51e1143a2b12.zip
tcl-018892450cdacc7e4660a4cc138a51e1143a2b12.tar.gz
tcl-018892450cdacc7e4660a4cc138a51e1143a2b12.tar.bz2
merge trunktip_282
Diffstat (limited to 'libtommath/tommath_superclass.h')
-rw-r--r--libtommath/tommath_superclass.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libtommath/tommath_superclass.h b/libtommath/tommath_superclass.h
index 0eeaf5f..a2f4d93 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
@@ -71,6 +71,6 @@
#endif
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref: $Format:%D$ */
+/* git commit: $Format:%H$ */
+/* commit time: $Format:%ai$ */