Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proof_as_fields and vk_as_fields flows for Honk #982

Closed
lucasxia01 opened this issue May 15, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#6406
Closed

Add proof_as_fields and vk_as_fields flows for Honk #982

lucasxia01 opened this issue May 15, 2024 · 0 comments · Fixed by AztecProtocol/aztec-packages#6406
Assignees

Comments

@lucasxia01
Copy link
Contributor

We need these flows so that users can generate proofs and vkeys as inputs for recursive proofs.

@lucasxia01 lucasxia01 added this to the Honk-Noir integration milestone May 15, 2024
@lucasxia01 lucasxia01 self-assigned this May 15, 2024
lucasxia01 added a commit to AztecProtocol/aztec-packages that referenced this issue May 16, 2024
Closes AztecProtocol/barretenberg#982.

Adds the vk_as_fields and proof_as_fields flows for Honk that are used
to generate the Vkey and proof as inputs for a recursive circuit (like
double_verify_proof). I revamped the script, gen_inner_proof_inputs.sh,
that call these flows.

I add new serialization/deserialization for ultra/goblin_ultra flavor
verification keys which are used in the vk_as_fields flow.

Notes: I removed the key_hash output that was part of Plonk's
vk_as_fields output since we don't need it.
AztecBot pushed a commit that referenced this issue May 17, 2024
Closes #982.

Adds the vk_as_fields and proof_as_fields flows for Honk that are used
to generate the Vkey and proof as inputs for a recursive circuit (like
double_verify_proof). I revamped the script, gen_inner_proof_inputs.sh,
that call these flows.

I add new serialization/deserialization for ultra/goblin_ultra flavor
verification keys which are used in the vk_as_fields flow.

Notes: I removed the key_hash output that was part of Plonk's
vk_as_fields output since we don't need it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant