From 6c1a5c1207e91ec93884597ffeeb67599d8cd152 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 31 Oct 2018 08:02:58 +0100 Subject: [PATCH] Use paritytech/rust-secp256k1 --- protocols/secio/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protocols/secio/Cargo.toml b/protocols/secio/Cargo.toml index 09511affbfa..7f6e4816d4a 100644 --- a/protocols/secio/Cargo.toml +++ b/protocols/secio/Cargo.toml @@ -12,8 +12,7 @@ libp2p-core = { path = "../../core" } log = "0.4.1" protobuf = "2.0.2" rand = "0.5" -# TODO: use the paritytech repo after https://github.com/paritytech/rust-secp256k1/pull/14 -eth-secp256k1 = { git = "https://github.com/tomaka/rust-secp256k1", branch = "pub-rand", optional = true } +eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1", optional = true } aes-ctr = "0.1.0" aesni = { version = "0.4.1", features = ["nocheck"], optional = true } twofish = "0.1.0"