diff options
author | Jack Lloyd <[email protected]> | 2018-02-26 17:26:40 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-26 17:26:40 -0500 |
commit | a89255d933d02bb388f9a9fa1093b189f389732d (patch) | |
tree | c523d68e41698710f2e82e04a10612fe5145cdd5 /news.rst | |
parent | 72b12e25bfdacc2e9553f64b3d87a48cb46bd682 (diff) |
Optimize P-256 and P-384 reduction
Precompute the multiples of the prime and then subtract directly.
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,9 +6,9 @@ Version 2.5.0, Not Yet Released * Add support for RSA-PSS signatures in TLS (GH #1285) -* A faster algorithm for ECC point multiplications is now used, resulting in - ECDSA signature generation being 2-3 times fater than previous releases. Other - optimizations have improved ECDSA verification time by about 25%. (GH #1457) +* Several optimizations in ECC operations have improved ECDSA signature + generation and ECDH key exchange performance by 2 to 4 times as compared to + previous releases. ECDSA verification is 1.25 to 2 times faster. (GH #1457) * Add a new Credentials_Manager callback that specifies which CAs the server has indicated it trusts (GH #1395 fixing #1261) |