diff --git a/ghc-cryptohash-sha256.changes b/ghc-cryptohash-sha256.changes index 24bf61a..646294d 100644 --- a/ghc-cryptohash-sha256.changes +++ b/ghc-cryptohash-sha256.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update cryptohash-sha256 to version 0.11.101.0 revision 1. + - Add `hkdf` function providing HKDF-SHA256 conforming to RFC5869 + - Declare `Crypto.Hash.SHA256` module `-XTrustworthy` + - Remove ineffective RULES + - Convert to `CApiFFI` + - Added `...AndLength` variants of hashing functions: + - `finalizeAndLength` + - `hashlazyAndLength` + - `hmaclazyAndLength` + - Minor optimizations in `hmac` and `hash` + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com