Lines Matching refs:now

3  - Signatures computations and verifications are now way faster on
12 `crypto_sign_edwards25519sha512batch_open` now reject public keys in
16 - Webassembly: `crypto_pwhash_*()` functions are now included in
21 - The Salsa20-based PRNG example is now thread-safe on platforms with
28 - The default password hashing algorithm is now Argon2id. The
39 module now returns a `.ready` promise that will resolve after the
45 - iOS binaries should now be compatible with WatchOS and TVOS.
46 - WebAssembly is now officially supported. Special thanks to
62 - crypto_sign_ed25519_pk_to_curve25519() now rejects points that are
66 - Visual Studio solutions are now included in distribution tarballs.
68 now defined as weak symbols, i.e. they can be replaced with an
71 - `crypto_kx_*()` now aborts if called with no non-NULL pointers to
87 - The library can now be compiled with recent versions of
92 - Javascript: the sumo builds now include all symbols. They were
111 - libsodium is now available on NuGet.
121 - `crypto_secretbox`, `crypto_box` and `crypto_aead` now offer
149 - Android builds are now using clang on platforms where it is
153 - `sodium_init()` is now thread-safe, and can be safely called multiple
155 - Android binaries now properly support 64-bit Android, targeting
165 - The NativeClient target was improved. Most notably, it now supports
170 - The code can now be compiled on SLES11 service pack 4.
171 - Decryption functions can now accept a NULL pointer for the output.
173 - crypto_generichash_final() now returns -1 if called twice.
181 - The Javascript target now includes a `--sumo` option to include all
190 - The library can now be compiled using C++Builder (thanks to @jcolli44)
194 `R` point are now also rejected.
195 - Some implementations are now slightly faster when using the Clang
203 - The library can now be compiled on Minix.
204 - HEASLR is now enabled on MinGW builds.
226 - `sodium_runtime_has_aesni()` now properly detects the CPU flag when
231 Intel platforms. `crypto_generichash()` is now faster than MD5 and SHA1
246 - `sodium_compare()` now works as documented, and compares numbers
252 - The library can now be compiled with the CompCert compiler.
257 for a VRP bug on gcc/armv7 was added, and the library can now be compiled
267 - QNX and CloudABI are now supported.
283 - In addition to sodium_bin2hex(), sodium_hex2bin() is now a
299 - Visual Studio 2015 is now supported.
302 - The _easy and _detached APIs now support precalculated keys;
306 - Memory allocation functions can now be used on operating systems with
309 now accept a NULL pointer instead of a pointer to the message size, if
311 - The close-on-exec flag is now set on the descriptor returned when
315 - The iOS target now includes armv7s and arm64 optimized code, as well
317 - sodium_free() can now be called on regions with PROT_NONE protection.
324 - sodium_bin2hex() is now constant-time.
325 - crypto_secretbox_detached() now supports overlapping input and output
332 - The API and ABI are now stable. New features will be added, but
345 - Allocating memory to store sensitive data can now be done using
379 - All the symbols are now exported by the Emscripten build script.
380 - The pkg-config .pc file is now always installed even if the
401 - crypto_onetimeauth() now provides a streaming interface.
410 - sodium_mlock() now prevents memory from being included in coredumps
422 - Salsa20 and ed25519 implementations now support overlapping
432 - sha256 and sha512 now have a streaming interface.
433 - hmacsha256, hmacsha512 and hmacsha512256 now support keys of
437 - CPU features are now detected at runtime.
444 - mingw64 is now supported
445 - big-endian architectures are now supported as well
446 - The donna_c64 implementation of curve25519_donna_c64 now handles
448 - Missing scalarmult_curve25519 and stream_salsa20 constants are now exported
457 - pkg-config can now be used in order to retrieve compilations flags for
459 - crypto_stream_aes256estream_*() can now deal with unaligned input
464 - All NaCl constants are now also exposed as functions.
466 - libsodium can now be cross-compiled to Windows from Linux.
467 - libsodium can now be compiled with emscripten.
472 are now visible as intended.
473 - sodium_init() now calls randombytes_stir().
474 - optimized assembly version of salsa20 is now used on amd64.
478 - Most constants and operations are now available as actual functions