Skip to content

Commit ed344c4

Browse files
committed
chore: change spartan2 fork path
1 parent 6d6bbb9 commit ed344c4

File tree

2 files changed

+4
-36
lines changed

2 files changed

+4
-36
lines changed

wallet-unit-poc/mobile/Cargo.lock

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

wallet-unit-poc/mobile/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ anyhow = "1.0.99"
1919
ecdsa-spartan2 = { path = "../ecdsa-spartan2" }
2020

2121
# SPARTAN2_DEPENDENCIES
22-
spartan2 = { git = "https://github.com/moven0831/Spartan2.git", branch = "chore/public-reblind-api", default-features = false }
22+
spartan2 = { git = "https://github.com/therealyingtong/Spartan2.git", branch = "zk", default-features = false }
2323
bellpepper-core = "0.4.0"
2424
bellpepper = "0.4.0"
2525
ff = { version = "0.13.0", features = ["derive"] }
@@ -51,7 +51,7 @@ tempfile = "3.8"
5151
mopro-ffi = { version = "0.3.2", features = ["uniffi-tests"] }
5252

5353
[build-dependencies]
54-
spartan2 = { git = "https://github.com/moven0831/Spartan2.git", branch = "chore/public-reblind-api", default-features = false }
54+
spartan2 = { git = "https://github.com/therealyingtong/Spartan2.git", branch = "zk", default-features = false }
5555

5656
[profile.release]
5757
opt-level = 3 # Optimize for performance

0 commit comments

Comments
 (0)