|
@@ -16,7 +16,11 @@ arrayvec = "0.7.0"
|
|
|
lazy_static = "1"
|
|
lazy_static = "1"
|
|
|
bigint = "4"
|
|
bigint = "4"
|
|
|
subtle = "2.3"
|
|
subtle = "2.3"
|
|
|
|
|
+halo2 = { git="https://github.com/zcash/halo2.git", rev = "27c4187673a9c6ade13fbdbd4f20955530c22d7f" }
|
|
|
|
|
+halo2_utilities = { git ="https://github.com/parazyd/orchard.git", rev = "ae83fe91e680f5cb9a20f357d239cc2c81191ef8" }
|
|
|
|
|
+halo2_ecc = { git ="https://github.com/parazyd/orchard.git", rev = "ae83fe91e680f5cb9a20f357d239cc2c81191ef8" }
|
|
|
|
|
|
|
|
-[dependencies.halo2]
|
|
|
|
|
-git = "https://github.com/zcash/halo2.git"
|
|
|
|
|
-rev = "27c4187673a9c6ade13fbdbd4f20955530c22d7f"
|
|
|
|
|
|
|
+[dependencies.halo2_poseidon]
|
|
|
|
|
+git = "https://github.com/parazyd/orchard.git"
|
|
|
|
|
+rev = "ae83fe91e680f5cb9a20f357d239cc2c81191ef8"
|
|
|
|
|
+features = ["halo2"]
|