Lines Matching refs:functions
16 - Webassembly: `crypto_pwhash_*()` functions are now included in
80 - The `sodium_pad()` and `sodium_unpad()` helper functions have been
133 - New `*_keygen()` helpers functions have been added to create secret
160 sodium allocation functions.
171 - Decryption functions can now accept a NULL pointer for the output.
198 - No-op stubs were added for all AES256-GCM public functions even when
212 - More functions whose return value should be checked have been
224 - New helper functions have been added: `sodium_is_zero()` and
237 - The `crypto_sign_edwards25519sha512batch_*()` functions have been
264 crypto_aead_aes256gcm_*() functions.
306 - Memory allocation functions can now be used on operating systems with
346 sodium_malloc() and sodium_allocarray(). These functions add guard
362 - The compatibility layer for implementation-specific functions was
377 library, with only the functions required for the high-level API.
393 - crypto_pwhash_scryptxsalsa208sha256*() functions have been renamed
397 - New macros and functions for recommended crypto_pwhash_* parameters
419 dealing with the specific memory layout regular functions depend on.
420 - crypto_pwhash_scryptsalsa208sha256* functions have been added
464 - All NaCl constants are now also exposed as functions.
471 - sodium_version_*() functions were not exported in version 0.4. They
478 - Most constants and operations are now available as actual functions
484 - aes128ctr functions are exported.