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

Add Jacobian Coordinates for Short Weierstrass #830

Open
3 tasks
MauroToscano opened this issue Mar 6, 2024 · 2 comments
Open
3 tasks

Add Jacobian Coordinates for Short Weierstrass #830

MauroToscano opened this issue Mar 6, 2024 · 2 comments
Assignees

Comments

@MauroToscano
Copy link
Collaborator

MauroToscano commented Mar 6, 2024

Short Weierstrass is the most used EC form of our library. Lambdaworks should support jacobian coordinates that are faster

  • Add JacobianPoint in short weierstrass point.rs .Implement the IsGrouptrait, partial_eq, and add a to_affine method. Use the same API for the new function.
  • Add serialization functions
  • Add conversion with from to move from both point formats

A draft of the algorithms can be found here:

https://github.com/lambdaclass/lambdaworks/pull/619/files

@skaunov
Copy link

skaunov commented Mar 6, 2024

I'm starting it! X)

@MauroToscano
Copy link
Collaborator Author

Perfect

@skaunov skaunov mentioned this issue Mar 7, 2024
7 tasks
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

2 participants