ChangeLog nits
This commit is contained in:
parent
940ef42797
commit
d1a1d85e84
19
ChangeLog
19
ChangeLog
@ -1,10 +1,11 @@
|
|||||||
|
|
||||||
* Version 1.0.18
|
* Version 1.0.18
|
||||||
- The Enterprise versions of Visual Studio are now supported.
|
- Enterprise versions of Visual Studio are now supported.
|
||||||
- Visual Studio 2019 is now supported.
|
- Visual Studio 2019 is now supported.
|
||||||
- 32-bit binaries for Visual Studio 2010 are now provided.
|
- 32-bit binaries for Visual Studio 2010 are now provided.
|
||||||
- A test that didn't work properly on Linux systems with overcommit
|
- A test designed to trigger an OOM condition didn't work on Linux systems
|
||||||
memory turned on has been removed. This fixes Ansible builds.
|
with memory overcommit turned on. It has been removed in order to fix
|
||||||
|
Ansible builds.
|
||||||
- Emscripten: `print` and `printErr` functions are overridden to send
|
- Emscripten: `print` and `printErr` functions are overridden to send
|
||||||
errors to the console, if there is one.
|
errors to the console, if there is one.
|
||||||
- Emscripten: `UTF8ToString()` is now exported since `Pointer_stringify()`
|
- Emscripten: `UTF8ToString()` is now exported since `Pointer_stringify()`
|
||||||
@ -14,15 +15,15 @@ has been deprecated.
|
|||||||
- New target: WebAssembly/WASI (compile with `dist-builds/wasm32-wasi.sh`).
|
- New target: WebAssembly/WASI (compile with `dist-builds/wasm32-wasi.sh`).
|
||||||
- New functions to map a hash to an edwards25519 point or get a random point:
|
- New functions to map a hash to an edwards25519 point or get a random point:
|
||||||
`core_ed25519_from_hash()` and `core_ed25519_random()`.
|
`core_ed25519_from_hash()` and `core_ed25519_random()`.
|
||||||
- `crypto_core_ed25519_scalar_mul()` has been implemented for `scalar*scalar`
|
- `crypto_core_ed25519_scalar_mul()` has been implemented for
|
||||||
`(mod L)` multiplication.
|
`scalar*scalar (mod L)` multiplication.
|
||||||
- Support for the Ristretto group has been implemented, for compatibility
|
- Support for the Ristretto group has been implemented for interoperability
|
||||||
with wasm-crypto.
|
with wasm-crypto.
|
||||||
- Improvements have been made to the test suite.
|
- Improvements have been made to the test suite.
|
||||||
- Portability improvements has been made.
|
- Portability improvements have been made.
|
||||||
- `getentropy()` is now used on systems providing this system call.
|
- `getentropy()` is now used on systems providing this system call.
|
||||||
- `randombytes_salsa20 has been renamed to `randombytes_internal`.
|
- `randombytes_salsa20` has been renamed to `randombytes_internal`.
|
||||||
- Support for (p)nacl has been removed.
|
- Support for NativeClient has been removed.
|
||||||
- Most `((nonnull))` attributes have been relaxed to allow 0-length inputs
|
- Most `((nonnull))` attributes have been relaxed to allow 0-length inputs
|
||||||
to be `NULL`.
|
to be `NULL`.
|
||||||
- The `-ftree-vectorize` and `-ftree-slp-vectorize` compiler switches are
|
- The `-ftree-vectorize` and `-ftree-slp-vectorize` compiler switches are
|
||||||
|
Loading…
Reference in New Issue
Block a user