From 0254f16e83f7cb2f5d4f7a679016aeffa4c3ebc0 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 21 Jun 2020 12:07:25 +0800 Subject: [PATCH] release 0.27 --- CHANGELOG.md | 10 ++++++++++ cryptonite.cabal | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd23f2a..198c7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.27 + +* Optimise AES GCM and CCM +* Optimise P256R1 implementation +* Various AES-NI building improvements +* Add better ECDSA support +* Add XSalsa derive +* Implement square roots for ECC binary curve +* Various tests and benchmarks + ## 0.26 * Add Rabin cryptosystem (and variants) diff --git a/cryptonite.cabal b/cryptonite.cabal index 652e595..b4bf6e5 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -1,5 +1,5 @@ Name: cryptonite -version: 0.26 +version: 0.27 Synopsis: Cryptography Primitives sink Description: A repository of cryptographic primitives.