[tor-commits] [tor/master] Be more noncomittal about performance improvement of uint128 backend.

nickm at torproject.org nickm at torproject.org
Wed Dec 26 03:13:09 UTC 2012


commit ddbe28919ab7056a81db920426b12285f0166dd8
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Dec 25 21:08:42 2012 -0500

    Be more noncomittal about performance improvement of uint128 backend.
---
 src/common/tortls.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/common/tortls.c b/src/common/tortls.c
index ce6c7d6..f0c4c7d 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -555,8 +555,7 @@ tor_tls_init(void)
                    "that apparently lacks accelerated support for the NIST "
                    "P-224 and P-256 groups. Building openssl with such "
                    "support (using the enable-ec_nistp_64_gcc_128 option "
-                   "when configuring it) would make ECDH about 5-10x "
-                   "faster.");
+                   "when configuring it) would make ECDH much faster.");
     }
 #endif
 





More information about the tor-commits mailing list