keccak-hash 0.5.0

`keccak-hash` is a set of utility functions to facilitate working with Keccak hashes (256/512 bits long).
Documentation
[package]
name = "keccak-hash"
version = "0.5.0"
description = "`keccak-hash` is a set of utility functions to facilitate working with Keccak hashes (256/512 bits long)."
authors = ["Parity Technologies <admin@parity.io>"]
repository = "https://github.com/paritytech/parity-common"
readme = "README.md"
license = "MIT/Apache-2.0"
edition = "2018"

[dependencies]
tiny-keccak = { version = "2.0", features = ["keccak"] }
primitive-types = { path = "../primitive-types", version = "0.7", default-features = false }

[dev-dependencies]
tempdir = "0.3.7"
criterion = "0.3.0"

[features]
default = ["std"]
std = []