Lines Matching refs:API
78 - A new `crypto_secretstream_*()` API was added to safely encrypt files
114 - Ed25519ph was implemented, adding a multi-part signature API
129 - New high-level API: `crypto_kdf`, to easily derive one or more
139 - A preliminary `crypto_kx_*()` API was added to compute shared session
183 - A detached API was added to the ChaCha20-Poly1305 and AES256-GCM
186 directly and through a new, high-level `crypto_pwhash` API. The scrypt
332 - The API and ABI are now stable. New features will be added, but
341 test suite was improved, but the API is the same as the previous release
373 - New API: crypto_sign_detached() and crypto_sign_verify_detached()
377 library, with only the functions required for the high-level API.
387 - The _easy API does not require any heap allocations any more and
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
405 doesn't require the Crypt API.
481 variable output size, and a streaming API. Currently implemented using