diff options
author | Jack Lloyd <[email protected]> | 2018-05-16 11:28:47 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-05-16 11:30:49 -0400 |
commit | dc026ac105f3e240d963486013d255424534d52e (patch) | |
tree | 517ab72ccd7e91b837b1d237c17fe8d7d09d5717 /news.rst | |
parent | 1edd844d4b59867e2dbbf135bc754dc220f375e3 (diff) |
Unroll DES to encrypt/decrypt 2 rounds in parallel
About 50% faster for CBC decrypt
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ Version 2.7.0, Not Yet Released * Allow the year to be up to 2200 in ASN.1 time objects. Previously this was limited to 2100. (GH #1536) +* Optimizations for DES/3DES, approx 50% faster when used in certain + modes such as CBC decrypt or CTR. + * XMSS signature verification did not check that the signature was of the expected length which could lead to a crash. (GH #1537) |