aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-08 10:02:31 -0500
committerJack Lloyd <[email protected]>2018-03-08 10:02:31 -0500
commita1654b5b4780bc74e4e86ea8076918b4378e47d2 (patch)
tree1d183048d35edf0fab2cbe3cf3ab5cee10e88633 /news.rst
parent7a7910fe74368b44821083a96a6c5e8bd19a26eb (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/news.rst b/news.rst
index 4bf0687ce..f958c72d0 100644
--- a/news.rst
+++ b/news.rst
@@ -6,9 +6,9 @@ Version 2.5.0, Not Yet Released
* Add support for RSA-PSS signatures in TLS (GH #1285)
-* Several optimizations in ECC operations have improved ECDSA signature
- generation and ECDH key exchange performance by 3 to 5 times as compared to
- previous releases. ECDSA verification is 2 to 3 times faster. (GH #1457)
+* Many optimizations in ECC operations. ECDSA signatures are 6-8 times faster.
+ ECDSA verification is about twice as fast. ECDH key agreement is 3-4 times
+ faster. (GH #1457 #1478)
* Implement product scanning Montgomery reduction, which improves Diffie-Hellman
and RSA performance by 10 to 20% on most platforms. (GH #1472)