Skip to content

Commit c05b9c0

Browse files
Seulgi Kimmergify[bot]
authored andcommitted
Extract secp256k1
1 parent f3b58b4 commit c05b9c0

File tree

111 files changed

+8
-25084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+8
-25084
lines changed

Cargo.lock

Lines changed: 6 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parking_lot = "0.6.0"
1515
primitives = { git = "https://github.com/CodeChain-io/rust-codechain-primitives.git", version = "0.4" }
1616
rand_xorshift = "0.1.0"
1717
rlp = { path = "../util/rlp" }
18-
secp256k1 = { path = "../util/secp256k1" }
18+
secp256k1 = { git = "https://github.com/CodeChain-io/rust-secp256k1.git", version = "0.6" }
1919
serde = "1.0"
2020
serde_derive = "1.0"
2121
serde_json = "1.0"

util/secp256k1/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

util/secp256k1/.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

util/secp256k1/Cargo.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)