2018-07-02 18:50:05 +02:00
|
|
|
[package]
|
|
|
|
name = "keccak-hasher"
|
2018-09-04 20:13:51 +02:00
|
|
|
version = "0.1.1"
|
2018-07-02 18:50:05 +02:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
description = "Keccak-256 implementation of the Hasher trait"
|
|
|
|
license = "GPL-3.0"
|
|
|
|
|
|
|
|
[dependencies]
|
2018-09-04 20:13:51 +02:00
|
|
|
ethereum-types = "0.4"
|
2018-07-02 18:50:05 +02:00
|
|
|
tiny-keccak = "1.4.2"
|
2019-02-20 19:09:34 +01:00
|
|
|
hash-db = "0.11.0"
|
2018-09-04 20:13:51 +02:00
|
|
|
plain_hasher = "0.2"
|