Skip to content

Commit

Permalink
opt into combined proof
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyTimes committed Jun 1, 2023
1 parent 78855e0 commit a37e911
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 395 deletions.
145 changes: 96 additions & 49 deletions Cargo.lock

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

11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ version = "0.1.0"
edition = "2021"

[dependencies]
plonky2 = { git = "https://github.com/polymerdao/plonky2", rev = "4cb0b48df1d227d5461a4c28ed025aaea64e2e62" }
plonky2_util = { git = "https://github.com/polymerdao/plonky2", rev = "4cb0b48df1d227d5461a4c28ed025aaea64e2e62" }
plonky2_field = { git = "https://github.com/polymerdao/plonky2", rev = "4cb0b48df1d227d5461a4c28ed025aaea64e2e62" }
plonky2_u32 = { git = "https://github.com/polymerdao/plonky2", rev = "4cb0b48df1d227d5461a4c28ed025aaea64e2e62" }
plonky2 = { git = "https://github.com/mir-protocol/plonky2" }
plonky2_util = { git = "https://github.com/mir-protocol/plonky2" }
plonky2_field = { git = "https://github.com/mir-protocol/plonky2" }
plonky2_u32 = { git = "https://github.com/mir-protocol/plonky2-u32" }

anyhow = "1.0.40"
itertools = "0.10.0"
log = "0.4.14"
sha2 = "0.10"
env_logger = "0.10.0"
rand = "0.8.4"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = "1.0"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
getrandom = { version = "0.2", default-features = false, features = ["js"] }
Expand Down
Loading

0 comments on commit a37e911

Please sign in to comment.