lambdaworks icon indicating copy to clipboard operation
lambdaworks copied to clipboard

Add Jacobian Coordinates for Short Weierstrass

Open MauroToscano opened this issue 2 years ago • 2 comments

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

MauroToscano avatar Mar 06 '24 20:03 MauroToscano

I'm starting it! X)

skaunov avatar Mar 06 '24 21:03 skaunov

Perfect

MauroToscano avatar Mar 06 '24 21:03 MauroToscano

Recently completed

diegokingston avatar Oct 01 '24 14:10 diegokingston