* v1.6.8 * Update expanse json with fork at block 600000 (#5351) * Update expanse json with fork at block 600000 * update exp chainID to 2 * Bumped mio * Fixed default UI port for mac installer (#5782) * Blacklist empty phrase account. * Update Cid/multihash/ring/tinykeccak (#5785) * Updating ring,multihash,tiny-keccak * Updating CID in ipfs. * Disable compression for RLP strings
13 lines
309 B
TOML
13 lines
309 B
TOML
[package]
|
|
name = "ethcrypto"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
rust-crypto = "0.2.36"
|
|
tiny-keccak = "1.2"
|
|
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1" }
|
|
ethkey = { path = "../ethkey" }
|
|
ethcore-bigint = { path = "../util/bigint" }
|
|
|