diff options
author | Jack Lloyd <[email protected]> | 2018-12-05 10:07:05 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-05 10:07:05 -0500 |
commit | 73c846b452b4e716e078820d7a8bce9f6054b5fd (patch) | |
tree | 033f5e74f81c02a6f2017d309240696fcb91c009 | |
parent | f8c12e14cb109580acfb394940f311717d625e3e (diff) |
Update news
-rw-r--r-- | news.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -14,8 +14,6 @@ Version 2.9.0, Not Yet Released * Use a smaller sieve which improves performance of prime generation. -* Add a constant-time division algorithm (GH #1575) - * Fixed a bug that caused ChaCha to produce incorrect output after encrypting 256 GB. (GH #1728) @@ -23,11 +21,13 @@ Version 2.9.0, Not Yet Released * Optimize AVX2 ChaCha (GH #1730) -* Const time improvements in BigInt and ECC arithmetic. (GH #1755 #1750 #1738) +* Const time improvements in BigInt and ECC arithmetic. + (GH #1738 #1750 #1754 #1755 #1757 #1758 #1759 #1762 #1765 #1770) * Cache the significant words of a BigInt (GH #1734) -* Simplify implementation of BigInt addition and subtraction (GH #1754) +* In the command line interface, add support for reading passphrases from the + terminal with echo disabled (GH #1756) * Add CT::Mask type to simplify const-time programming (GH #1751) |