aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
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 00ba44c80..f48b7107e 100644
--- a/news.rst
+++ b/news.rst
@@ -30,6 +30,9 @@ Version 3.0.0, Not Yet Released
* Use smaller tables in the implementations of Camellia, ARIA, SEED, DES,
and Whirlpool (GH #2534 #2558)
+* Add a BMI2 implementation of 3DES which avoids most cache-based side channels.
+ (GH #2565)
+
* Convert base64, base58, base32 and hex encoding/decoding to be constant
time (GH #2543)