Skip to content

Commit

Permalink
plonk: multiprover: proof-system: Impl helper methods for `MpcPlonkCi…
Browse files Browse the repository at this point in the history
…rcuit`
  • Loading branch information
joeykraut committed Oct 20, 2023
1 parent 4f0515d commit 9b5e507
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 13 deletions.
4 changes: 1 addition & 3 deletions plonk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ rust-version = { workspace = true }
[dependencies]
ark-ec = "0.4.0"
ark-ff = { version = "0.4.0", features = ["asm"] }
ark-mpc = { git = "https://github.com/renegade-fi/ark-mpc.git", branch = "joey/polynomials", features = [
"poly",
] }
ark-mpc = { git = "https://github.com/renegade-fi/ark-mpc.git" }
ark-poly = "0.4.2"
ark-serialize = "0.4.0"
ark-std = { version = "0.4.0", default-features = false }
Expand Down
Loading

0 comments on commit 9b5e507

Please sign in to comment.