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

feat: add scalar wrapper for BN254 #461

Closed
wants to merge 8 commits into from
Closed

Conversation

jacobtrombetta
Copy link
Contributor

Rationale for this change

Currently this project has a scalar wrapper for curve25519 scalar field elements. This PR introduces a wrapper for bn254 scalar field elements. This work is required to move sum check to the GPU, which is being implemented in the blitzar project.

What changes are included in this PR?

  • BN254Scalar is added to the mont_scalar module that wraps ark-bn254::fr.

Are these changes tested?

Yes

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.

1 participant