Skip to content

Commit

Permalink
Use plonky2 and starky from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekvpandya committed Oct 11, 2023
1 parent 45346d7 commit dbe5702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poseidon2-starky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ anyhow = "1.0.71"
ark-ff = { version = "^0.4.2", default-features = false }
lazy_static = "1.4"
num = { version = "0.4", default-features = false, features = ["rand"] }
plonky2 = { git = "https://github.com/0xmozak/plonky2/", branch = "vivek/poseidon2" }
plonky2 = { git = "https://github.com/0xmozak/plonky2/" }
proptest = "1.2.0"
starky = { git = "https://github.com/0xmozak/plonky2/", branch = "vivek/poseidon2" }
starky = { git = "https://github.com/0xmozak/plonky2/" }
zkhash = { git = "https://github.com/0xmozak/poseidon2", package = "zkhash" }

[dev-dependencies]
Expand Down

0 comments on commit dbe5702

Please sign in to comment.