mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 07:21:30 +01:00
Revert "temp switch to bw6-optimization branch on algebra" (#172)
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -68,10 +68,10 @@ debug-assertions = true
|
|||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
ark-ff = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
|
ark-ff = { git = "https://github.com/arkworks-rs/algebra/" }
|
||||||
ark-ec = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
|
ark-ec = { git = "https://github.com/arkworks-rs/algebra/" }
|
||||||
ark-poly = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
|
ark-poly = { git = "https://github.com/arkworks-rs/algebra/" }
|
||||||
ark-serialize = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
|
ark-serialize = { git = "https://github.com/arkworks-rs/algebra/" }
|
||||||
ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
|
ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra/" }
|
||||||
ark-algebra-bench-templates = { git = "https://github.com/arkworks-rs/algebra/", branch = "bw6-optimization" }
|
ark-algebra-bench-templates = { git = "https://github.com/arkworks-rs/algebra/" }
|
||||||
ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/" }
|
ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/" }
|
||||||
|
|||||||
Reference in New Issue
Block a user