Skip to content

Commit

Permalink
reduce empty line and add back comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Feb 19, 2024
1 parent 1a99134 commit 8ff9e5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ std::array<uint32_t, RecursionConstraint::AGGREGATION_OBJECT_SIZE> create_recurs
proof_fields.emplace_back(field);
}

// recursively verify the proof
std::shared_ptr<verification_key_ct> vkey = verification_key_ct::from_field_elements(
&builder, key_fields, inner_proof_contains_recursive_proof, nested_aggregation_indices);
vkey->program_width = noir_recursive_settings::program_width;

Transcript_ct transcript(&builder, manifest, proof_fields, input.public_inputs.size());

aggregation_state_ct result = bb::stdlib::recursion::verify_proof_<bn254, noir_recursive_settings>(
&builder, vkey, transcript, previous_aggregation);

Expand Down

0 comments on commit 8ff9e5b

Please sign in to comment.