aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-12-28 14:52:40 -0500
committerJack Lloyd <[email protected]>2020-12-28 14:52:40 -0500
commitcf3c24bb259f6590ce790a00795fa4d3ee50e253 (patch)
treedfc9cb735cec247795c70890b945476aac11f64a /news.rst
parent782d4c504b5af27d3375c2e4cbfa276645cf7b4e (diff)
Update news
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)