Skip to content

Commit

Permalink
Merge pull request privacy-scaling-explorations#1 from jonathanpwang/…
Browse files Browse the repository at this point in the history
…jpw/10_07

add pkey & vkey serialization/deserialization
  • Loading branch information
jonathanpwang authored Oct 8, 2022
2 parents 5cc81ab + 337a277 commit 60f4cb3
Show file tree
Hide file tree
Showing 8 changed files with 296 additions and 429 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sha3 = { version = "0.10.1", optional = true }
foundry_evm = { git = "https://github.com/jonathanpwang/foundry", package = "foundry-evm", branch = "fix/pin-revm-to-rev", optional = true }

# loader_halo2
halo2_ecc = { git = "https://github.com/jonathanpwang/halo2-ecc", branch = "value", default-features = false, optional = true }
halo2_ecc = { git = "https://github.com/jonathanpwang/halo2-ecc", tag = "v2022_09_29", default-features = false, optional = true }
poseidon = { git = "https://github.com/privacy-scaling-explorations/poseidon", branch = "padding", optional = true }

# test
Expand All @@ -52,7 +52,8 @@ system_halo2 = ["dep:halo2_proofs"]
sanity_check = []

[patch."https://github.com/privacy-scaling-explorations/halo2"]
halo2_proofs = { git = "https://github.com/han0110/halo2", branch = "feature/configurable-instance-query", package = "halo2_proofs" }
# halo2_proofs = { path = "../halo2/halo2_proofs" }
halo2_proofs = { git = "https://github.com/zk-attestor/halo2.git", branch = "serialize", package = "halo2_proofs" }

[[example]]
name = "evm-verifier"
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
In `plonk-verifier` root directory:

1. Create `./src/configs/verify_circuit_for_evm.config`
1. Create `./src/configs/verify_circuit.config`

2. Run

Expand Down
Loading

0 comments on commit 60f4cb3

Please sign in to comment.