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

Fast Mersennes Prime Field #540

Open
1 of 3 tasks
MauroToscano opened this issue Sep 4, 2023 · 0 comments
Open
1 of 3 tasks

Fast Mersennes Prime Field #540

MauroToscano opened this issue Sep 4, 2023 · 0 comments

Comments

@MauroToscano
Copy link
Collaborator

MauroToscano commented Sep 4, 2023

  • Implement the 32 bit Mersennes Prime Field, F = 2^31 - 1, with an efficient backend. Bench it against the same field implemented with montgomery backend
  • Add a differential fuzzer against a Montgomery implementation
  • Implement the degree 4 field extension

It's recommended for new collaborators to only do the first task, since the code has no examples of field extensions for FRI

The last task needs discussion on how would be the best approach to implement it, API wise.

For references, see:

Reed-solomon over circle fields
Plonky 3 implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant