Lines Matching full:has
23 - CMAKE: static library detection on Unix systems has been improved
35 of `1` as defined by the `OPSLIMIT_MIN` constant. This has been fixed.
61 - The test suite has been extended to cover more edge cases.
82 - An AVX512 optimized implementation of Argon2 has been added (written
95 incorrectly defined on 32-bit platforms. This has been fixed.
97 compiler. This has been fixed.
102 - The Argon2id variant of Argon2 has been implemented. The
118 - XChaCha20 has been implemented. Like XSalsa20, this construction
131 - Siphash with a 128-bit output has been implemented, and is
145 - Compatibility with gcc 2.x has been restored.
147 - The `--enable-opt` compilation switch has become compatible with more
164 on some platforms. This has been fixed.
216 - Sandy2x, the fastest Curve25519 implementation ever, has been
262 - Support for AES256-GCM has been added. This requires
268 - Support for NaCl has finally been added.
269 - ChaCha20 with an extended (96 bit) nonce and a 32-bit counter has
276 - The sodium_increment() helper function has been added, to increment
278 - The sodium_compare() helper function has been added, to compare
285 - crypto_stream_xsalsa20_ic() has been added.
314 libsodium is not installed, has been added.
328 past the end of the buffer containing the base point. This has been
336 - The test suite has been extended.
384 - The ChaCha20 stream cipher has been added, as crypto_stream_chacha20_*
385 - The ChaCha20Poly1305 AEAD construction has been implemented, as
400 has been introduced to deterministically generate a key pair from a seed.
426 - The poly1305-53 implementation has been replaced with Floodyberry's
428 - sodium_hex2bin() has been added to complement sodium_bin2hex().
431 - crypto_auth_hmac_sha512() has been implemented.
435 - crypto_verify_64() has been implemented.
449 - A crypto_onetimeauth_poly1305_ref() wrapper has been added
454 - poly1305-ref has been replaced by a faster implementation,
493 for use with Visual Studio. The installation path for these has become
497 - The crypto_shorthash operation has been added, implemented using
501 - crypto_sign_seed_keypair() has been added