Update ChangeLog

This commit is contained in:
Frank Denis 2017-12-09 11:01:23 +01:00
parent e985fe204c
commit d5cb2e5af0

View File

@ -8,9 +8,9 @@ clang, icc).
`crypto_core_ed25519_is_valid_point()`, `crypto_core_ed25519_add()`, `crypto_core_ed25519_is_valid_point()`, `crypto_core_ed25519_add()`,
`crypto_core_ed25519_sub()` and `crypto_core_ed25519_from_uniform()` `crypto_core_ed25519_sub()` and `crypto_core_ed25519_from_uniform()`
(elligator representative to point). (elligator representative to point).
- `crypto_sign_ed25519_open()` and `crypto_sign_ed25519_verify_detached() - `crypto_sign_open()`, `crypto_sign_verify_detached() and
now reject public keys in non-canonical form in addition to low-order `crypto_sign_edwards25519sha512batch_open` now reject public keys in
points. non-canonical form in addition to low-order points.
- The library can be built with `ED25519_NONDETERMINISTIC` defined in - The library can be built with `ED25519_NONDETERMINISTIC` defined in
order to use synthetic nonces for EdDSA. This is disabled by default. order to use synthetic nonces for EdDSA. This is disabled by default.
- Webassembly: `crypto_pwhash_*()` functions are now included in - Webassembly: `crypto_pwhash_*()` functions are now included in