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

Remove pasta dependency #180

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Remove pasta dependency #180

merged 3 commits into from
Dec 11, 2024

Conversation

davidnevadoc
Copy link
Contributor

@davidnevadoc davidnevadoc commented Dec 3, 2024

The purpose of this PR is to get rid of the pasta_curves dependency by moving the CurveAffine trait to this library.

Changes

  • CurveExt and CurveAffine traits moved to src/curve.rs. These have been copied from pasta_curves w/o changes.
  • Implementation of pasta curves with the field / curve generation macros.

add: pasta curves impl
add: rustfmt file

chore: cargo fmt
@davidnevadoc davidnevadoc marked this pull request as ready for review December 10, 2024 09:47
Copy link

@guorong009 guorong009 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@davidnevadoc davidnevadoc added this pull request to the merge queue Dec 11, 2024
Merged via the queue into main with commit 94e3692 Dec 11, 2024
6 checks passed
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.

2 participants