diff options
author | Jack Lloyd <[email protected]> | 2018-04-17 17:58:04 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-04-17 18:00:37 -0400 |
commit | 4ef7125afe98fafa261cec0b083b69a029aaf678 (patch) | |
tree | 75e42ec01c8b18a0726ed5a50c6d78aa79457597 /news.rst | |
parent | 86247ee70e14c03fd09933e1e869c445caf5949f (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.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |