aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-05-16 11:28:47 -0400
committerJack Lloyd <[email protected]>2018-05-16 11:30:49 -0400
commitdc026ac105f3e240d963486013d255424534d52e (patch)
tree517ab72ccd7e91b837b1d237c17fe8d7d09d5717 /news.rst
parent1edd844d4b59867e2dbbf135bc754dc220f375e3 (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.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 5171f2cdd..fd68ae688 100644
--- a/news.rst
+++ b/news.rst
@@ -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)