From: Loup Vaillant Date: Wed, 22 Jan 2020 07:13:44 +0000 (+0100) Subject: Corrected changelog (IETF Chacha20) X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=f15b704d4e7941f67db5f37b498b34149c650fe2;p=Monocypher.git Corrected changelog (IETF Chacha20) Can't correct the tarball itself (that's a hash set in stone), but the repository and Github releases can be changed, at least. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 278c7e4..23309bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Deprecated the incremental AEAD interface. - Deprecated the incremental Chacha20, added a direct interface. +- Added IETF Chacha20 (96-bit nonce), as described in RFC 8439. - Moved deprecated interfaces to a separate `src/deprecated` folder. - Removed the `ED25519_SHA512` preprocessor flag. - `crypto_x25519()` and `crypto_key_exchange()` now return `void`.