Update ChangeLog
This commit is contained in:
parent
d754716599
commit
ac0c0c4565
14
ChangeLog
14
ChangeLog
@ -1,4 +1,18 @@
|
|||||||
|
|
||||||
|
* Version 1.0.17
|
||||||
|
- Bug fix: `sodium_pad()` didn't properly support block sizes >= 256 bytes.
|
||||||
|
- JS/WebAssembly: some old iOS versions can't instantiate the WebAssembly
|
||||||
|
module; fall back to Javascript on these.
|
||||||
|
- JS/WebAssembly: compatibility with newer Emscripten versions.
|
||||||
|
- Bug fix: `crypto_pwhash_scryptsalsa208sha256_str_verify()` and
|
||||||
|
`crypto_pwhash_scryptsalsa208sha256_str_needs_rehash()` didn't return
|
||||||
|
`EINVAL` on input strings with a short length, unlike their high-level
|
||||||
|
counterpart.
|
||||||
|
- Added a workaround for Visual Studio 2010 bug causing CPU features
|
||||||
|
not to be detected.
|
||||||
|
- The library now enables compilation with retpoline by default.
|
||||||
|
- Portability improvements.
|
||||||
|
|
||||||
* Version 1.0.16
|
* Version 1.0.16
|
||||||
- Signatures computations and verifications are now way faster on
|
- Signatures computations and verifications are now way faster on
|
||||||
64-bit platforms with compilers supporting 128-bit arithmetic (gcc,
|
64-bit platforms with compilers supporting 128-bit arithmetic (gcc,
|
||||||
|
Loading…
Reference in New Issue
Block a user