mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-11 16:31:30 +01:00
Update workspace and dependency paths
This commit is contained in:
@@ -22,7 +22,7 @@ edition = "2018"
|
||||
################################# Dependencies ################################
|
||||
|
||||
[dev-dependencies]
|
||||
algebra = { path = "../algebra", default-features = false, features = [ "ed_on_bls12_377" ] }
|
||||
algebra = { git = "https://github.com/scipr-lab/zexe/", default-features = false, features = [ "ed_on_bls12_377" ] }
|
||||
blake2 = { version = "0.8", default-features = false }
|
||||
criterion = "0.3.1"
|
||||
crypto-primitives = { path = "../crypto-primitives" }
|
||||
@@ -49,4 +49,4 @@ harness = false
|
||||
[[bench]]
|
||||
name = "schnorr_sig"
|
||||
path = "benches/crypto_primitives/signature.rs"
|
||||
harness = false
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user