2016-08-24 18:35:21 +02:00
|
|
|
[package]
|
|
|
|
name = "ethcrypto"
|
|
|
|
version = "0.1.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-08-24 18:35:21 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rust-crypto = "0.2.36"
|
2017-08-07 10:06:02 +02:00
|
|
|
tiny-keccak = "1.3"
|
2017-03-29 15:17:27 +02:00
|
|
|
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1" }
|
2016-08-24 18:35:21 +02:00
|
|
|
ethkey = { path = "../ethkey" }
|
2017-05-24 12:31:33 +02:00
|
|
|
ethcore-bigint = { path = "../util/bigint" }
|
2017-06-29 13:44:24 +02:00
|
|
|
subtle = "0.1"
|