Skip to content

Commit

Permalink
hotfix: dependency on transferred halo2curves fork
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Oct 2, 2023
1 parent 253096d commit e985349
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,16 @@ lto = "thin"
incremental = true

[patch."https://github.com/privacy-scaling-explorations/halo2curves"]
halo2curves = { git = "https://github.com/timoftime/halo2curves", branch = "dev/bls12_381" }
# halo2curves = { path = "../halo2curves" }
# [patch."https://github.com/timoftime/halo2curves"]
halo2curves = { git = "https://github.com/sygmaprotocol/halo2curves", branch = "dev/bls12_381" }
# halo2curves = { path = "../halo2curves" }

[patch."https://github.com/axiom-crypto/halo2-lib"]
halo2-base = { git = "https://github.com/timoftime/halo2-lib", rev = "1a2f896a5cd9ed4039a497697b83eafabec62519", default-features = false, features = [
halo2-base = { git = "https://github.com/timoftime/halo2-lib", rev = "4f49f5a359bd6c3dd594fb85221ae7e2a2fa2eaa", default-features = false, features = [
"halo2-pse",
"display",
] }
halo2-ecc = { git = "https://github.com/timoftime/halo2-lib", rev = "1a2f896a5cd9ed4039a497697b83eafabec62519", default-features = false }
poseidon = { git = "https://github.com/timoftime/halo2-lib", rev = "1a2f896a5cd9ed4039a497697b83eafabec62519", default-features = false }
halo2-ecc = { git = "https://github.com/timoftime/halo2-lib", rev = "4f49f5a359bd6c3dd594fb85221ae7e2a2fa2eaa", default-features = false }
poseidon = { git = "https://github.com/timoftime/halo2-lib", rev = "4f49f5a359bd6c3dd594fb85221ae7e2a2fa2eaa", default-features = false }


# halo2-base = { path = "../halo2-lib/halo2-base", default-features = false, features = [
Expand Down

0 comments on commit e985349

Please sign in to comment.