1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 01:55:02 -07:00

Add quotes

This commit is contained in:
Frank Denis 2024-05-24 12:48:02 +02:00
parent 73dce539ed
commit f00e05cde5

View File

@ -14,9 +14,9 @@ include that SDK.
on Windows/aarch64.
- There were issues with C++ guards affecting usage of libsodium
using Swift on Windows. This has been fixed.
- Emscripten: crypto_aead_aegis*() functions are now exported in
- Emscripten: `crypto_aead_aegis*()` functions are now exported in
JavaScript builds
- Emscripten: unsupported --memory-init-file option has been removed.
- Emscripten: unsupported `--memory-init-file` option has been removed.
- apple-xcframework: the minimal deployment target can be set to iOS 11+.
- .NET packages now include precompiled libraries for Windows/arm64,
iOS, TvOS and Catalyst.