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

Short Weierstrass point compression #684

Open
dndll opened this issue Nov 14, 2023 · 1 comment
Open

Short Weierstrass point compression #684

dndll opened this issue Nov 14, 2023 · 1 comment

Comments

@dndll
Copy link

dndll commented Nov 14, 2023

I've noticed a TODO in the codebase but couldn't find a ticket for it.

I'd made a partial implementation here but since removed it because I've only recently been diving deeper into ECC and there's not a huge requirement for us right now.

Relates to #323

@MauroToscano
Copy link
Collaborator

Yes. A first step is to just convert them to affine, and you can save 1 field element. Then you could also add a compressed format, with x coordinate and a bit to know which of the 2 you have to use.

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