Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpcs to plonky3 field #811

Open
wants to merge 13 commits into
base: feat/plonky3_migration
Choose a base branch
from
187 changes: 182 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ num-derive = "0.4"
num-traits = "0.2"
paste = "1"
plonky2 = "0.2"
p3-field = { git = "https://github.com/plonky3/plonky3" }
p3-goldilocks = { git = "https://github.com/plonky3/plonky3" }
p3-poseidon = { git = "https://github.com/plonky3/plonky3" }
p3-mds = { git = "https://github.com/Plonky3/Plonky3.git" }
p3-symmetric = { git = "https://github.com/Plonky3/Plonky3.git" }
poseidon = { path = "./poseidon" }
pprof2 = { version = "0.13", features = ["flamegraph"] }
prettytable-rs = "^0.10"
Expand Down
5 changes: 4 additions & 1 deletion ff_ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ version.workspace = true
[dependencies]
ff.workspace = true
goldilocks.workspace = true
poseidon.workspace = true
serde.workspace = true
rand_core.workspace = true
p3-field.workspace = true
p3-goldilocks.workspace = true
p3-poseidon.workspace = true
Loading
Loading