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

feat: add interaction trace evaluation #91

Merged
merged 13 commits into from
Nov 26, 2024
Merged

Conversation

zmalatrax
Copy link
Collaborator

Closes #89, #90

The interaction trace for the Memory components allows proving that the Memory Component main trace is a permutation of the Processor main trace.

Stwo has defined a relation! macro to avoid having to implement custom LookupElements<N> as we did for MemoryElements, but it is a private macro (pub(crate)) so we cannot use it for now.

@zmalatrax zmalatrax linked an issue Nov 25, 2024 that may be closed by this pull request
crates/brainfuck_prover/src/components/memory/component.rs Outdated Show resolved Hide resolved
crates/brainfuck_prover/src/components/memory/table.rs Outdated Show resolved Hide resolved
crates/brainfuck_prover/src/components/memory/table.rs Outdated Show resolved Hide resolved
crates/brainfuck_prover/src/components/memory/table.rs Outdated Show resolved Hide resolved
crates/brainfuck_prover/src/components/memory/table.rs Outdated Show resolved Hide resolved
crates/brainfuck_prover/src/components/memory/table.rs Outdated Show resolved Hide resolved
crates/brainfuck_prover/src/components/memory/table.rs Outdated Show resolved Hide resolved
@tcoratger tcoratger merged commit ed170fa into main Nov 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants