1
0

osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-cryptohash-sha256 revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cryptohash-sha256?expand=0&rev=21
This commit is contained in:
Peter Simons 2018-05-15 18:23:36 +00:00 committed by Git OBS Bridge
parent 1a83ef4aad
commit b6177c39ca

View File

@ -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