You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the full vision for Aztec, we are building a Public VM that will go inside a Snark. This will take a lot of engineering time to conceive.
In our current state of dev tooling, the VM will need to be written as a series of relations within barretenberg.
The scope of this tracking issue is to explore tooling that will make this work simpler to complete, the main idea is to create a compilation pipeline around existing tooling called PIL ( Polynomial Identity Language ) that can work with barretenberg.
My hypothesis is that writing the relations in such a way will greatly decrease the amount of work that the engineering team will need to complete. Decreasing the amount of time required to iterate.
The content you are editing has changed. Please copy your edits and refresh the page.
Overview
As part of the full vision for Aztec, we are building a Public VM that will go inside a Snark. This will take a lot of engineering time to conceive.
In our current state of dev tooling, the VM will need to be written as a series of relations within barretenberg.
The scope of this tracking issue is to explore tooling that will make this work simpler to complete, the main idea is to create a compilation pipeline around existing tooling called
PIL
( Polynomial Identity Language ) that can work with barretenberg.My hypothesis is that writing the relations in such a way will greatly decrease the amount of work that the engineering team will need to complete. Decreasing the amount of time required to iterate.
Critical Tasks
Optimisation Tasks
The text was updated successfully, but these errors were encountered: