aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-07 12:04:11 -0500
committerJack Lloyd <[email protected]>2018-12-07 12:04:11 -0500
commit38480b96222776428d779fdecfa5b9528a65c726 (patch)
tree0dee14934b5384ff099742f9f5f3a9fb6965f2d7 /news.rst
parentefad37ca79d9749e4492a07d61f0356aad221193 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/news.rst b/news.rst
index b4ed48781..ef16de790 100644
--- a/news.rst
+++ b/news.rst
@@ -21,8 +21,10 @@ Version 2.9.0, Not Yet Released
* Optimize AVX2 ChaCha (GH #1730)
-* Const time improvements in BigInt and ECC arithmetic.
- (GH #1738 #1750 #1754 #1755 #1757 #1758 #1759 #1762 #1765 #1770)
+* Many more operations in BigInt and ECC arithmetic are either fully const time
+ or avoid problematic branches that could potentially be exploited in a side
+ channel attack. (GH #1738 #1750 #1754 #1755 #1757 #1758 #1759 #1762 #1765
+ #1770 #1773)
* Cache the significant words of a BigInt (GH #1734)