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

Explore - support more fields #7

Open
WizardOfMenlo opened this issue Dec 19, 2024 · 0 comments
Open

Explore - support more fields #7

WizardOfMenlo opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@WizardOfMenlo
Copy link
Collaborator

Currently, the implementation uses a 256bit field. Changing to a 128bit field should be an easy performance win. Using a 32/64bit field and a 128 bit extension is very important for the prover, but on the verifier the added complexity of the extension might offset some of the benefits and generally requires more thought.

Ideally, the implementation should be generic across choice of field but I am not sure how hard this is in Solidity.

@WizardOfMenlo WizardOfMenlo added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant