diff options
author | Jack Lloyd <[email protected]> | 2020-12-28 14:52:40 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-12-28 14:52:40 -0500 |
commit | cf3c24bb259f6590ce790a00795fa4d3ee50e253 (patch) | |
tree | dfc9cb735cec247795c70890b945476aac11f64a /news.rst | |
parent | 782d4c504b5af27d3375c2e4cbfa276645cf7b4e (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |