From b15401b39d61f06e34252935561e8906109727fb Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 22 Aug 2016 13:49:43 +0200 Subject: [PATCH] bump version to 0.15.1 --- CHANGELOG.md | 7 +++++++ cryptonite.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3707b7f..285c8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.15.1 + +* Add error check on salt length in bcrypt +* Fix buffer length in scrypt (Luke Taylor) +* build fixes for i686 and arm related to rdrand +* Fix basepoint for Ed448 + ## 0.15 * Fix serialization of DH and ECDH diff --git a/cryptonite.cabal b/cryptonite.cabal index 3152b99..27527d6 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -1,5 +1,5 @@ Name: cryptonite -Version: 0.15 +Version: 0.15.1 Synopsis: Cryptography Primitives sink Description: A repository of cryptographic primitives.