aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-17 17:58:04 -0400
committerJack Lloyd <[email protected]>2018-04-17 18:00:37 -0400
commit4ef7125afe98fafa261cec0b083b69a029aaf678 (patch)
tree75e42ec01c8b18a0726ed5a50c6d78aa79457597 /news.rst
parent86247ee70e14c03fd09933e1e869c445caf5949f (diff)
Precompute for multiexponentation when verifying ECC signatures
ECDSA already did this. Improves repeated ECGDSA, ECKCDSA, SM2, and GOST signature verification by 10-15%
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 6a86833ce..f970bd8f4 100644
--- a/news.rst
+++ b/news.rst
@@ -13,6 +13,9 @@ Version 2.7.0, Not Yet Released
* Optimized elliptic point doubling for curves with an ``a`` parameter
of zero or negative three. (GH #1534)
+* Improved performance of signature verification in ECGDSA, ECKCDSA,
+ SM2 and GOST by 10-15%.
+
* Allow the year to be up to 2200 in ASN.1 time objects. Previously this
was limited to 2100. (GH #1536)