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

Fully support Bus Interactions #2184

Open
georgwiese opened this issue Dec 2, 2024 · 0 comments
Open

Fully support Bus Interactions #2184

georgwiese opened this issue Dec 2, 2024 · 0 comments

Comments

@georgwiese
Copy link
Collaborator

In #2183, I added a Constr::PhantomBusInteraction, but so far, it is largely ignored. It should be handled appropriately in the witness solver and the MockBackend.

I think the end game would be to unify lookups, permutations and bus interactions, and remove phantom permutations and lookups. This requires generalizing witgen code (and perhaps making some assumptions for now, like that sends and receives can be matched at compile time).

I added a few TODO(bus_interaction) comments in the codebase to point to areas that need to be touched.

github-merge-queue bot pushed a commit that referenced this issue Dec 6, 2024
This PR adds a `Constr:: PhantomBusInteraction` variant. For now, it is
ignored - if users want to use a bus, they need to express this in terms
of phantom lookups / permutations as before this PR.

I added a few `TODO(bus_interaction)` and opened #2184 to track support
for phantom bus interactions.

One use-case this could have before though is to trigger a
"hand-written" witness generation for the bus, as discussed in the chat.
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

No branches or pull requests

1 participant