Skip to content

Commit

Permalink
chore: update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 22, 2024
1 parent e7e06ae commit f07fc48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion snark-verifier-sdk/src/halo2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ where

let instances = circuit.instances();
let proof = gen_proof::<ConcreteCircuit, P, V>(params, pk, circuit, instances.clone(), None);
// If we can't serialize the entire snark, at least serialize the proof

let snark = Snark::new(protocol, instances, proof);
if let Some(path) = &path {
Expand Down

0 comments on commit f07fc48

Please sign in to comment.