Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libsodium-1.0.18.tar.gz.minisig | 2019-07-27 | 311 Bytes | |
libsodium-1.0.18.tar.gz.sig | 2019-07-27 | 566 Bytes | |
libsodium-1.0.18-mingw.tar.gz.minisig | 2019-07-27 | 317 Bytes | |
libsodium-1.0.18-mingw.tar.gz.sig | 2019-07-27 | 566 Bytes | |
libsodium-1.0.18-msvc.zip | 2019-07-27 | 43.2 MB | |
libsodium-1.0.18-msvc.zip.minisig | 2019-07-27 | 313 Bytes | |
libsodium-1.0.18-msvc.zip.sig | 2019-07-27 | 566 Bytes | |
libsodium-1.0.18.tar.gz | 2019-07-27 | 1.9 MB | |
libsodium-1.0.18-mingw.tar.gz | 2019-07-27 | 1.0 MB | |
1.0.18 source code.tar.gz | 2019-05-30 | 2.0 MB | |
1.0.18 source code.zip | 2019-05-30 | 2.3 MB | |
README.md | 2019-05-30 | 1.7 kB | |
Totals: 12 Items | 50.5 MB | 0 |
- Enterprise versions of Visual Studio are now supported.
- Visual Studio 2019 is now supported.
- 32-bit binaries for Visual Studio 2010 are now provided.
- A test designed to trigger an OOM condition didn't work on Linux systems with memory overcommit turned on. It has been removed in order to fix Ansible builds.
- Emscripten:
print
andprintErr
functions are overridden to send errors to the console, if there is one. - Emscripten:
UTF8ToString()
is now exported sincePointer_stringify()
has been deprecated. - Libsodium version detection has been fixed in the CMake recipe.
- Generic hashing got a 10% speedup on AVX2.
- 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:
core_ed25519_from_hash()
andcore_ed25519_random()
. crypto_core_ed25519_scalar_mul()
has been implemented forscalar*scalar (mod L)
multiplication.- Support for the Ristretto group has been implemented for interoperability with wasm-crypto.
- Improvements have been made to the test suite.
- Portability improvements have been made.
getentropy()
is now used on systems providing this system call.randombytes_salsa20
has been renamed torandombytes_internal
.- Support for NativeClient has been removed.
- Most
((nonnull))
attributes have been relaxed to allow 0-length inputs to beNULL
. - The
-ftree-vectorize
and-ftree-slp-vectorize
compiler switches are now used, if available, for optimized builds.