Lines Matching refs:have

19  - Android: support new SDKs where unified headers have become the
38 - The Javascript and Webassembly versions have been merged, and the
57 `_messagebytes_max()` symbols) have been added to represent the
64 - Further changes have been made to ensure that smart compilers will
73 - SSE2 implementations of `crypto_verify_*()` have been added.
77 decoding (`sodium_base642bin()`) have been implemented.
80 - The `sodium_pad()` and `sodium_unpad()` helper functions have been
98 - The Android compilation scripts have been updated for NDK r14b.
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
168 Changes have been made to produce smaller code, and the default heap
191 - Countermeasures for Ed25519 signatures malleability have been added
212 - More functions whose return value should be checked have been
224 - New helper functions have been added: `sodium_is_zero()` and
230 - Optimized implementations of Blake2 have been added for modern
233 - Functions for which the return value should be checked have been
237 - The `crypto_sign_edwards25519sha512batch_*()` functions have been
240 internal purposes have been removed or made private:
250 - `sodium_runtime_has_ssse3()` and `sodium_runtime_has_sse41()` have
287 crypto_hash_*_statebytes() have been added in order to retrieve the
291 improvements have been made in order to support libsodium.js
298 - crypto_box_seal() and crypto_box_seal_open() have been added.
305 have been added as an alternative to the NaCl interface.
340 compilation, readability and portability changes have been made and the
388 does not have any overhead over the NaCl API. With the password
391 - crypto_box and crypto_secretbox have a new _detached API to store
393 - crypto_pwhash_scryptxsalsa208sha256*() functions have been renamed
398 have been added.
403 have been added to use a non-zero initial block counter.
414 - sodium_mlock()/sodium_munlock() have been introduced to lock pages
420 - crypto_pwhash_scryptsalsa208sha256* functions have been added
432 - sha256 and sha512 now have a streaming interface.
434 arbitrary length, and have a streaming interface.
456 - Stackmarkings have been added to assembly code, for Hardened Gentoo.
465 - The Android and iOS cross-compilation script have been improved.