Skip to content

Commit

Permalink
feat(zk): implement ProvingKey::Load()
Browse files Browse the repository at this point in the history
  • Loading branch information
chokobole committed Dec 12, 2023
1 parent 42bf768 commit 3a1b43c
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 26 deletions.
2 changes: 1 addition & 1 deletion tachyon/zk/plonk/circuit/examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tachyon_cc_unittest(
deps = [
":simple_circuit",
"//tachyon/zk/base/halo2:halo2_prover_test",
"//tachyon/zk/plonk/keys:verifying_key",
"//tachyon/zk/plonk/keys:proving_key",
"//tachyon/zk/plonk/keys/halo2:pinned_verifying_key",
],
)
Loading

0 comments on commit 3a1b43c

Please sign in to comment.