From b157a2760c2eca4724f56e5e6b03c37636a146b0 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sat, 17 Dec 2016 10:49:45 +0000 Subject: [PATCH] add CHANGELOG post-facto --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3573ef8..27358df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.21 + +* Drop automated tests with GHC 7.0, GHC 7.4, GHC 7.6. support dropped, but probably still working. +* Improve non-aligned support in C sources, ChaCha and SHA3 now probably work on arch without support for unaligned access. not complete or tested. +* Add another ECC framework that is more flexible, allowing different implementations to work instead of + the existing Pure haskell NIST implementation. +* Add ECIES basic primitives +* Add XSalsa20 stream cipher + ## 0.20 * Fixed hash truncation used in ECDSA signature & verification (Olivier Chéron)