We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d608d7 commit d2feffaCopy full SHA for d2feffa
w3f-ring-proof/Cargo.toml
@@ -15,9 +15,9 @@ ark-poly.workspace = true
15
ark-serialize.workspace = true
16
w3f-pcs.workspace = true
17
rayon = { workspace = true, optional = true }
18
-w3f-plonk-common = { path = "../w3f-plonk-common", default-features = false }
+w3f-plonk-common = { version = "0.0.1", default-features = false }
19
blake2 = { version = "0.10", default-features = false }
20
-ark-transcript = { git = "https://github.com/w3f/ark-transcript", default-features = false }
+ark-transcript = { version = "0.0.3", default-features = false }
21
22
[dev-dependencies]
23
ark-bls12-381 = { version = "0.5", default-features = false, features = ["curve"] }
0 commit comments