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

Support for ed25519 scalar field, ed25519 elliptic curve, and small refactorization #7

Open
fabrice102 opened this issue Apr 14, 2023 · 0 comments

Comments

@fabrice102
Copy link

I added support for ed25519 scalar field, support for polynomials with coefficients being points of the large prime-order subgroup of ED25519, and did some refactorization (adding one layer of abstraction to support polynomials with coefficients in a prime-order group instead of a field, and adding helper functions/macros to make it easier to add new curves).

Due to the refactorization, I'm not sure whether it makes sense to do a PR or not.

Code is here: https://github.com/fabrice102/ecfft-group

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

No branches or pull requests

1 participant