cryptohash-sha256 v0.11.101.0 Release Notes

    • 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