This repository was archived by the owner on Mar 14, 2025. It is now read-only.
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
Jacobian point comparison doesn't seem to work #42
Open
Description
I've noticed that comparing Jacobian points doesn't seem to work very well. I discovered this after trying to compare jacobian_basepoint_g == scalar_one * jacobian_basepoint_g
.
The only way to get the comparison to succeed is to convert them to Affine via Affine::from_gej
and then perform the comparison. It seems the library needs a proper Jacobian point comparison function implemented.
Metadata
Metadata
Assignees
Labels
No labels