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

Simulate biggroup batch_mul in general #663

Open
codygunton opened this issue Aug 16, 2023 · 1 comment
Open

Simulate biggroup batch_mul in general #663

codygunton opened this issue Aug 16, 2023 · 1 comment
Labels
Milestone

Comments

@codygunton
Copy link
Collaborator

At the moment, we only simulate biggroup batch muls in the case when Fr is a field_t (in fact this restriction is imposed in a way the relies on loose coupling, since we single out the field_t case by imposing a constraint on the G type). t would be more work to handle the case when Fr is a bigfield instance since we don't have a uniform interface; in that case, get_value returns a uint512_t.

@codygunton codygunton changed the title Simulate biggroup batch_mul in general. Simulate biggroup batch_mul in general Aug 17, 2023
@codygunton
Copy link
Collaborator Author

Simulator is deprioritized.

@codygunton codygunton closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2023
@maramihali maramihali reopened this Apr 18, 2024
@maramihali maramihali added this to the RollupIVC milestone Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants