]> git.codecow.com Git - Monocypher.git/commitdiff
Corrected changelog (IETF Chacha20)
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 22 Jan 2020 07:13:44 +0000 (08:13 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 22 Jan 2020 07:13:44 +0000 (08:13 +0100)
Can't correct the tarball itself (that's a hash set in stone), but the
repository and Github releases can be changed, at least.

CHANGELOG.md

index 278c7e462c71ba0c354c8b2c5a383509d3c6d40a..23309bc0dd07eb2d35709fd0c33565923492e2bc 100644 (file)
@@ -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`.