You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's usually better to just use Point<EvenY>. I think I had the idea that it was faster and used less memory to just have the pre-serialized x coordinate rather than representing them as full points (3 field elements). But is this tiny speedup worth the complexity of having two types of xonly things?
The text was updated successfully, but these errors were encountered:
It's usually better to just use
Point<EvenY>
. I think I had the idea that it was faster and used less memory to just have the pre-serialized x coordinate rather than representing them as full points (3 field elements). But is this tiny speedup worth the complexity of having two types of xonly things?The text was updated successfully, but these errors were encountered: