Changelog for cryptohash-sha512-0.11.103.0
See also http://pvp.haskell.org/faq
0.11.103.0
- add
Crypto.Hash.SHA384.hkdfandCrypto.Hash.SHA512.hkdffunctions providing HKDF-SHA384 and HKDF-SHA512 respectively, as per RFC5869
0.11.102.0
- expose SHA512/t variant via new
Crypto.Hash.SHA512tmodule - expose SHA384 variant via new
Crypto.Hash.SHA384module
0.11.101.0
-
add
Eqinstance forCtx -
add
startandstartlazyproducing aCtx -
remove ineffective
RULES -
declare
Crypto.Hash.SHA512module as-XTrustworthy -
convert to
CApiFFI -
add
...AndLengthvariants of hashing functions:finalizeAndLengthhashlazyAndLengthhmaclazyAndLength
-
minor optimizations in
hmacandhash
0.11.100.1
- first public release
0.11.100.0 (unreleased)
- new
hmacandhmaclazyfunctions providing HMAC-SHA-512 computation conforming to RFC2104 and RFC4231 - fix unaligned memory accesses
- switch to 'safe' FFI for calls where overhead becomes negligible
- remove inline assembly in favor of portable C constructs
- fix 32-bit length overflow bug in
hashfunction - fix inaccurate context size
- add context size verification to incremental API operations
0.11.7.1 (unreleased)
- first version forked off
cryptohash-0.11.7release