Lines Matching refs:was

18  - `sodium_stackzero()` was added to wipe content off the stack.
32 - The aes128ctr primitive was removed. It was slow, non-standard, not
36 - The secretstream construction was slightly changed to be consistent
42 major was bumped up.
78 - A new `crypto_secretstream_*()` API was added to safely encrypt files
84 - The `crypto_pwhash_str_needs_rehash()` function was added to check if
94 - The public `crypto_pwhash_argon2i_MEMLIMIT_MAX` constant was
99 - armv7s-optimized code was re-added to iOS builds.
100 - An AVX2 optimized implementation of the Argon2 round function was
108 - A `crypto_box_curve25519xchacha20poly1305_seal*()` function set was
110 - scrypt was removed from minimal builds.
114 - Ed25519ph was implemented, adding a multi-part signature API
136 - A new `randombytes_buf_deterministic()` function was added to
139 - A preliminary `crypto_kx_*()` API was added to compute shared session
143 - `contrib/Findsodium.cmake` was added as an example to include
161 - AVX2 detection was fixed, resulting in faster Blake2b hashing on
162 platforms where it was not properly detected.
163 - The Sandy2x Curve25519 implementation was not as fast as expected
165 - The NativeClient target was improved. Most notably, it now supports
169 size was reduced in the standard version.
174 - Support for Visual Studio 2008 was improved.
183 - A detached API was added to the ChaCha20-Poly1305 and AES256-GCM
185 - The Argon2i password hashing function was added, and is accessible
188 - A speed-record AVX2 implementation of BLAKE2b was added (thanks to
197 - The HChaCha20 core function was implemented (`crypto_core_hchacha20()`).
200 - `crypt_generichash_blake2b_statebytes()` was added.
219 - An SSE2 optimized implementation of Poly1305 was added, and is
221 - An SSSE3 optimized implementation of ChaCha20 was added, and is
249 safe, the library version major was incremented.
257 for a VRP bug on gcc/armv7 was added, and the library can now be compiled
318 - The Javascript tests can run on Ubuntu, where the node binary was
322 - DLL_EXPORT was renamed SODIUM_DLL_EXPORT in order to avoid
327 - NaCl's donna_c64 implementation of curve25519 was reading an extra byte
341 test suite was improved, but the API is the same as the previous release
358 - aes256 was removed. A timing-attack resistant implementation might
360 - The crypto_pwhash_scryptxsalsa208sha256_* compatibility layer was
362 - The compatibility layer for implementation-specific functions was
365 - crypto_pwhash_scryptsalsa208sha256_STRPREFIX was added: it contains
369 - Important bug fix: when crypto_sign_open() was given a signed
370 message too short to even contain a signature, it was putting an
372 immediately returning -1. The bug was introduced in version 0.5.0.
404 - On Windows, CryptGenRandom() was replaced by RtlGenRandom(), which
408 - The curve25519 ref implementation was replaced by the latest ref10
453 - crypto_onetimeauth_poly1305_implementation_name() was added.