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

Merge <-> ECCVM interaction #785

Closed
codygunton opened this issue Nov 20, 2023 · 0 comments · Fixed by AztecProtocol/aztec-packages#3524
Closed

Merge <-> ECCVM interaction #785

codygunton opened this issue Nov 20, 2023 · 0 comments · Fixed by AztecProtocol/aztec-packages#3524
Assignees

Comments

@codygunton
Copy link
Collaborator

codygunton commented Nov 20, 2023

The ECCVM needs to initialize its transcript using the merge proof.

codygunton added a commit to AztecProtocol/aztec-packages that referenced this issue Nov 22, 2023
The last PR that splits out and completes work from
#3022

We add composer, prover and verifier classes for the Goblin Translator
VM. We also further flesh out the full Goblin composer tests. Modulo
some missing challenge generation, we have our first Goblin proofs
(i.e., something worth measuring)!

Spawned issues
AztecProtocol/barretenberg#783
AztecProtocol/barretenberg#784
AztecProtocol/barretenberg#785
AztecProtocol/barretenberg#786
AztecProtocol/barretenberg#787
AztecBot pushed a commit that referenced this issue Nov 23, 2023
The last PR that splits out and completes work from
AztecProtocol/aztec-packages#3022

We add composer, prover and verifier classes for the Goblin Translator
VM. We also further flesh out the full Goblin composer tests. Modulo
some missing challenge generation, we have our first Goblin proofs
(i.e., something worth measuring)!

Spawned issues
#783
#784
#785
#786
#787
codygunton added a commit to AztecProtocol/aztec-packages that referenced this issue Dec 6, 2023
Adds a class to encapsulate Goblin. Uses this to thread a single
transcript through the two VMs for proper challenge generation. The
Goblin class has an interface via function: `accumulate` (construct a
proof and a merge proof), `prove` (run the VM proofs) and `verify` (a
testing function to natively verify those proofs. Rewrites the Goblin
tests accordingly. Adds tests that use recursive verification of Honk
proofs. When we have recursive merge verification we will have something
worth measuring the assess the performance of Goblin proving.

Closes AztecProtocol/barretenberg#785 
Closes AztecProtocol/barretenberg#786

---------

Co-authored-by: codygunton <codygunton@gmail.com>
AztecBot pushed a commit that referenced this issue Dec 7, 2023
Adds a class to encapsulate Goblin. Uses this to thread a single
transcript through the two VMs for proper challenge generation. The
Goblin class has an interface via function: `accumulate` (construct a
proof and a merge proof), `prove` (run the VM proofs) and `verify` (a
testing function to natively verify those proofs. Rewrites the Goblin
tests accordingly. Adds tests that use recursive verification of Honk
proofs. When we have recursive merge verification we will have something
worth measuring the assess the performance of Goblin proving.

Closes #785 
Closes #786

---------

Co-authored-by: codygunton <codygunton@gmail.com>
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.

2 participants