b0d462c6c9
* Address renamed to H160 at bigint library level * moved uint specific test from util to bigint library * naming * unifing hashes in progress * unifing hashes * cleanup redundant unwraps in tests * Removing util/crypto in progress. * fixed compiling * signature cleanup in progress * new module - ethcrypto used by ethstore and ethcore-network * fixed compiling * fixed compiling * fixed merge
13 lines
294 B
TOML
13 lines
294 B
TOML
[package]
|
|
name = "ethcrypto"
|
|
version = "0.1.0"
|
|
authors = ["debris <marek.kotewicz@gmail.com>"]
|
|
|
|
[dependencies]
|
|
rust-crypto = "0.2.36"
|
|
tiny-keccak = "1.0"
|
|
eth-secp256k1 = { git = "https://github.com/ethcore/rust-secp256k1" }
|
|
ethkey = { path = "../ethkey" }
|
|
bigint = { path = "../util/bigint" }
|
|
|