Skip to content

Commit

Permalink
update benches
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Oct 3, 2023
1 parent 4fd74b0 commit 032050d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benches/elgamal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fn runelgamal(c: &mut Criterion) {
let prover = create_proof_circuit_kzg(
circuit.clone(),
&params,
public_inputs.clone(),
public_inputs[0].clone(),
&pk,
TranscriptType::EVM,
SingleStrategy::new(&params),
Expand Down
2 changes: 1 addition & 1 deletion benches/poseidon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn runposeidon(c: &mut Criterion) {
let prover = create_proof_circuit_kzg(
circuit.clone(),
&params,
output.clone(),
output[0].clone(),
&pk,
TranscriptType::EVM,
SingleStrategy::new(&params),
Expand Down

0 comments on commit 032050d

Please sign in to comment.