Yes, support for NativeClient was added.

This commit is contained in:
Frank Denis 2015-09-22 22:51:31 +02:00
parent dca2131f45
commit 4705c0a066

View File

@ -1,5 +1,6 @@
* Version 1.0.4 (not released yet) * Version 1.0.4 (not released yet)
- 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(),
crypto_stream_chacha20_ietf_xor() and crypto_stream_chacha20_ietf_xor_ic(). crypto_stream_chacha20_ietf_xor() and crypto_stream_chacha20_ietf_xor_ic().