diff options
-rw-r--r-- | news.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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) |