aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-19 09:58:10 -0400
committerJack Lloyd <[email protected]>2018-04-19 09:58:10 -0400
commite7989a60634dce80124e9a4fa4f3c77c6cea2bbb (patch)
tree50688b9e5a502bbc3adc76d318d4a354f40fd0f9 /news.rst
parente3a07b0bf1e7912ebc7f3c41067c890436bb0609 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/news.rst b/news.rst
index f970bd8f4..8b1d5658b 100644
--- a/news.rst
+++ b/news.rst
@@ -10,8 +10,7 @@ Version 2.7.0, Not Yet Released
* Optimize prime generation, especially improving RSA key generation.
(GH #1542)
-* Optimized elliptic point doubling for curves with an ``a`` parameter
- of zero or negative three. (GH #1534)
+* Optimizations for elliptic curve operations (GH #1534 #1531 #1546)
* Improved performance of signature verification in ECGDSA, ECKCDSA,
SM2 and GOST by 10-15%.
@@ -27,8 +26,6 @@ Version 2.7.0, Not Yet Released
especially for SHA-512 this caused SKIDs that were far longer than
necessary. Now all SKIDs are truncated to 192 bits.
-* Small optimizations for ECC (#1531)
-
* In the test suite use ``mkstemp`` to create temporary files instead
of creating them in the current working directory. (GH #1533 #1530)