From ec8366bbd27b58eb221293d4a6b3f75c78c14f92 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Tue, 6 Feb 2018 15:35:32 +0000 Subject: [PATCH] release 0.25 --- CHANGELOG.md | 15 +++++++++++++++ cryptonite.cabal | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8a051..88071ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.25 + +* Improve digest binary conversion efficiency +* AES CCM support +* Add MonadFailure instance for CryptoFailable +* Various misc improvements on documentation +* Edwards25519 lowlevel arithmetic support +* P256 add point negation +* Improvement in ECC (benchmark, better normalization) +* Blake2 improvements to context size +* Use gauge instead of criterion +* Use haskell-ci for CI scripts +* Improve Digest memory representation to be 2 less Ints and one less boxing + moving from `UArray` to `Block` + ## 0.24 * Ed25519: generateSecret & Documentation updates diff --git a/cryptonite.cabal b/cryptonite.cabal index 1e1fecf..ead6ee1 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -1,5 +1,5 @@ Name: cryptonite -version: 0.24 +version: 0.25 Synopsis: Cryptography Primitives sink Description: A repository of cryptographic primitives.