diff options
author | Jack Lloyd <[email protected]> | 2019-01-24 21:12:24 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-01-24 21:12:24 -0500 |
commit | ac52395160eb6a73034105a3e85bc4a82b4bd2d2 (patch) | |
tree | 4903c37f477b4267d2337d6585113b00f5918ce9 /news.rst | |
parent | 1d874ce39334c6a235bc3ef00dc202b9b0568dad (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ Version 2.10.0, Not Yet Released * Add BMI2 implementations of SHA-512 and SHA-3 which improve performance by 25-35% on common CPUs. (GH #1815) +* Some functions related to encoding and decoding BigInts have been deprecated. + (GH #1817) + +* Binary encoding and decoding of BigInts has been optimized by performing + word-size operations when possible. (GH #1817) + * Rename the exception Integrity_Failure to Invalid_Authentication_Tag to make its meaning and usage more clear. The old name remains as a typedef. (GH #1816) |