keccak-hasher 0.16.0

Keccak-256 implementation of the Hasher trait
Documentation
[dependencies.hash-db]
default-features = false
version = "0.16.0"

[dependencies.hash256-std-hasher]
version = "0.15.2"

[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0.2"

[features]
default = ["std"]
std = ["hash-db/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Keccak-256 implementation of the Hasher trait"
edition = "2018"
license = "Apache-2.0"
name = "keccak-hasher"
repository = "https://github.com/paritytech/parity/"
version = "0.16.0"