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

MSM: introduce different lookup tables used by the serialization #1935

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

dannywillems
Copy link
Member

No description provided.

@dannywillems dannywillems force-pushed the dw/msm-add-lookup-tables-for-serialization branch from 9436cef to d0f6fef Compare March 7, 2024 17:53
@dannywillems dannywillems self-assigned this Mar 7, 2024
@dannywillems dannywillems added the enhancement New feature or request label Mar 7, 2024
@dannywillems dannywillems requested review from volhovm and querolita and removed request for volhovm March 7, 2024 17:54
@@ -6,6 +10,20 @@ pub mod constraints;
pub mod interpreter;
pub mod witness;

pub enum LookupTable {
Copy link
Member

Choose a reason for hiding this comment

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

I would also want to discuss these interfaces at some point, they're all different in kimchi/mips and not always intuitive IMO. Like I would assume LookupTable is the actual /table/, like the data. What this is is more of a... enum of concrete types? SerializationLookupTables? just LookupTables? LookupTableIDs? I don't have a better name :(

Copy link
Member Author

Choose a reason for hiding this comment

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

I also want to change later. Let's keep it in mind for when all circuits are defined and working.

Base automatically changed from dw/msm-use-mvlookup-into-column-env to master March 7, 2024 20:34
@dannywillems dannywillems merged commit f245b48 into master Mar 7, 2024
5 checks passed
@dannywillems dannywillems deleted the dw/msm-add-lookup-tables-for-serialization branch March 7, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants