diff options
author | Jack Lloyd <[email protected]> | 2020-12-24 10:45:03 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-12-24 10:45:03 -0500 |
commit | ac815e1714a350a89aa71e8a4a7706f320a11630 (patch) | |
tree | c847fbcaa3fe072744789a3e89fb278af5247fd8 /news.rst | |
parent | 806a938096aef63a8c573af652de4dd0241d64f8 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ Version 3.0.0, Not Yet Released * Convert base64, base58, base32 and hex encoding/decoding to be constant time (GH #2543) +* Use constant-time code instead of table lookups when computing parity bits + (GH #2560), choosing ASN.1 string type (GH #2559) and when converting to/from + the bcrypt variant of base64 (GH #2561) + * Change how DL exponents are sized; now exponents are slightly larger and are always chosen to be 8-bit aligned. (GH #2545) |