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

Some notes while investigating '[wip] batch STARKs' #1588

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

matthiasgoergens
Copy link
Collaborator

No description provided.

@@ -49,7 +49,16 @@ lto = "fat"
lto = "thin"
opt-level = 3

[workspace.dependencies]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the workspace dependencies stuff to its own PR into main.

@@ -164,6 +166,7 @@ pub fn generate_traces<F: RichField + Extendable<D>, const D: usize>(
poseidon2_stark: trace_rows_to_poly_values(poseidon2_rows),
poseidon2_sponge_stark: trace_rows_to_poly_values(poseiden2_sponge_rows),
poseidon2_output_bytes_stark: trace_rows_to_poly_values(poseidon2_output_bytes_rows),
tape_commitments_stark: trace_rows_to_poly_values(tape_commitments_rows),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comes from merging main into my branch.

Base automatically changed from sai/refactor_prove to main May 4, 2024 03:30
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 this pull request may close these issues.

2 participants