Update ChangeLog

This commit is contained in:
Frank Denis 2015-10-12 14:51:37 +02:00
parent cc56966d7e
commit 794b0e9bfe

View File

@ -1,5 +1,8 @@
* Version 1.0.4 (not released yet) * Version 1.0.4 (not released yet)
- The Javascript target doesn't use eval() any more, so that the
library can be used in Chrome packaged applications.
- QNX and CloudABI are now supported.
- Support for NaCl has finally been added. - Support for NaCl has finally been added.
- ChaCha20 with an extended (96 bit) nonce and a 32-bit counter has - ChaCha20 with an extended (96 bit) nonce and a 32-bit counter has
been implemented as crypto_stream_chacha20_ietf(), been implemented as crypto_stream_chacha20_ietf(),