Lines Matching refs:added

18  - `sodium_stackzero()` was added to wipe content off the stack.
57 `_messagebytes_max()` symbols) have been added to represent the
73 - SSE2 implementations of `crypto_verify_*()` have been added.
78 - A new `crypto_secretstream_*()` API was added to safely encrypt files
81 added in order to add & remove padding.
82 - An AVX512 optimized implementation of Argon2 has been added (written
84 - The `crypto_pwhash_str_needs_rehash()` function was added to check if
99 - armv7s-optimized code was re-added to iOS builds.
101 added.
116 - New constants and related accessors have been added for Scrypt and
125 - AVX2 implementations of Salsa20 and ChaCha20 have been added. They
133 - New `*_keygen()` helpers functions have been added to create secret
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
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
191 - Countermeasures for Ed25519 signatures malleability have been added
198 - No-op stubs were added for all AES256-GCM public functions even when
200 - `crypt_generichash_blake2b_statebytes()` was added.
201 - New macros were added for the IETF variant of the ChaCha20-Poly1305
219 - An SSE2 optimized implementation of Poly1305 was added, and is
221 - An SSSE3 optimized implementation of ChaCha20 was added, and is
224 - New helper functions have been added: `sodium_is_zero()` and
230 - Optimized implementations of Blake2 have been added for modern
251 been added.
256 directives were added (required at least on RHEL-6/i386), a workaround
257 for a VRP bug on gcc/armv7 was added, and the library can now be compiled
262 - Support for AES256-GCM has been added. This requires
268 - Support for NaCl has finally been added.
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.
287 crypto_hash_*_statebytes() have been added in order to retrieve the
298 - crypto_box_seal() and crypto_box_seal_open() have been added.
305 have been added as an alternative to the NaCl interface.
314 libsodium is not installed, has been added.
332 - The API and ABI are now stable. New features will be added, but
359 be added later, but not before version 1.0 is tagged.
365 - crypto_pwhash_scryptsalsa208sha256_STRPREFIX was added: it contains
384 - The ChaCha20 stream cipher has been added, as crypto_stream_chacha20_*
398 have been added.
403 have been added to use a non-zero initial block counter.
420 - crypto_pwhash_scryptsalsa208sha256* functions have been added
428 - sodium_hex2bin() has been added to complement sodium_bin2hex().
449 - A crypto_onetimeauth_poly1305_ref() wrapper has been added
452 - crypto_sign_seedbytes() and crypto_sign_SEEDBYTES were added.
453 - crypto_onetimeauth_poly1305_implementation_name() was added.
456 - Stackmarkings have been added to assembly code, for Hardened Gentoo.
497 - The crypto_shorthash operation has been added, implemented using
501 - crypto_sign_seed_keypair() has been added