mirror of
https://github.com/privacy-scaling-explorations/halo2wrong.git
synced 2026-04-13 03:00:12 -04:00
Move ecdsa crate to parent dir
This commit is contained in:
@@ -4,5 +4,5 @@ members = [
|
||||
"integer",
|
||||
"ecc/circuit",
|
||||
"ecc/secp256k1",
|
||||
"ecdsa/circuit"
|
||||
"ecdsa"
|
||||
]
|
||||
|
||||
@@ -4,8 +4,8 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
secp256k1 = { path = "../../ecc/secp256k1/", default-features = true, optional = true }
|
||||
ecc = { path = "../../ecc/circuit/", default-features = false }
|
||||
secp256k1 = { path = "../ecc/secp256k1/", default-features = true, optional = true }
|
||||
ecc = { path = "../ecc/circuit/", default-features = false }
|
||||
num-bigint = { version = "0.4", features = ["rand"] }
|
||||
num-integer = "0.1"
|
||||
num-traits = "0.2"
|
||||
Reference in New Issue
Block a user