c313039526
* Update a few parity-common dependencies * cleanup * cleanup * revert update of ethereum/tests * better reporting of network rlp errors * Use rlp 0.3.0-beta.1 * fix util function get_dummy_blocks * Already a Vec * encode_list returns vec already * Address grumble * No need for betas * Fix double spaces
13 lines
284 B
TOML
13 lines
284 B
TOML
[package]
|
|
name = "keccak-hasher"
|
|
version = "0.1.1"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Keccak-256 implementation of the Hasher trait"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
ethereum-types = "0.4"
|
|
tiny-keccak = "1.4.2"
|
|
hashdb = "0.3.0"
|
|
plain_hasher = "0.2"
|