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

Derive TasmConstraintEvaluationMemoryLayout used by STARK prover? #256

Open
Sword-Smith opened this issue Mar 9, 2024 · 0 comments
Open

Comments

@Sword-Smith
Copy link
Collaborator

It would be very cool if there was a function to return the TasmConstraintEvaluationMemoryLayout used by the STARK prover/verifier. I think all values can be known at compile time. The values free_mem_page_ptr and challenges_ptr can be fixed by a convention. But the values curr_base_row_ptr, curr_ext_row_ptr, next_base_row_ptr, next_ext_row_ptr might be derivable somehow from a macro or maybe just hardcoded and then verified through a test?

@Sword-Smith Sword-Smith changed the title Derive TasmConstraintEvaluationMemoryLayout used by STARK prover Derive TasmConstraintEvaluationMemoryLayout used by STARK prover? Mar 9, 2024
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