From 7596e2959d58cbd1bf70ce3af57c0a5db4967add Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Tue, 21 May 2019 08:49:16 +0100 Subject: [PATCH] release 0.26 --- CHANGELOG.md | 2 ++ cryptonite.cabal | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd21840..cd23f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ * Correction to PKCS#1 v1.5 padding * Use powModSecInteger when available * Drop GHC 7.8 and GHC 7.10 support, refer to pkg-guidelines +* Optimise GCM mode +* Add little endian serialization of integer ## 0.25 diff --git a/cryptonite.cabal b/cryptonite.cabal index 7a97a0c..00baa72 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -1,5 +1,5 @@ Name: cryptonite -version: 0.25 +version: 0.26 Synopsis: Cryptography Primitives sink Description: A repository of cryptographic primitives. @@ -35,7 +35,7 @@ Stability: experimental Build-Type: Simple Homepage: https://github.com/haskell-crypto/cryptonite Bug-reports: https://github.com/haskell-crypto/cryptonite/issues -Cabal-Version: >=1.18 +Cabal-Version: 1.18 tested-with: GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2 extra-doc-files: README.md CHANGELOG.md extra-source-files: cbits/*.h @@ -432,7 +432,7 @@ Test-Suite test-cryptonite Salsa Utils XSalsa - Build-Depends: base + Build-Depends: base >= 0 && < 10 , bytestring , memory , tasty