This commit is contained in:
Frank Denis 2015-06-01 10:44:02 +02:00
parent b2f5f66c86
commit 2efa85d283

View File

@ -1,5 +1,5 @@
* Version 1.0.4
* Version 1.0.4 (not released yet)
- ChaCha20 with an extended (96 bit) nonce and a 32-bit counter has
been implemented as crypto_stream_chacha20_ietf(),
crypto_stream_chacha20_ietf_xor() and crypto_stream_chacha20_ietf_xor_ic().