This commit is contained in:
Frank Denis 2016-03-25 16:32:05 +01:00
parent 20bf121fcd
commit 4008158b9d

View File

@ -7,8 +7,9 @@ implementations.
- The Argon2i password hashing function was added, and is accessible - The Argon2i password hashing function was added, and is accessible
directly and through a new, high-level `crypto_pwhash` API. The scrypt directly and through a new, high-level `crypto_pwhash` API. The scrypt
function remains available. function remains available.
- A speed-record AVX2 implementation of BLAKE2b was added. - A speed-record AVX2 implementation of BLAKE2b was added (thanks to
- The library can now be compiled using C++Builder. Samuel Neves).
- The library can now be compiled using C++Builder (thanks to @jcolli44)
- Countermeasures for Ed25519 signatures malleability have been added - Countermeasures for Ed25519 signatures malleability have been added
to match the irtf-cfrg-eddsa draft (note that malleability is irrelevant to to match the irtf-cfrg-eddsa draft (note that malleability is irrelevant to
the standard definition of signature security). Signatures with a small-order the standard definition of signature security). Signatures with a small-order