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
I've found the name Curve a bit confusing as a trait impl'd on ProjectivePoints, especially since in @RustCrypto we have an elliptic_curve::Curve trait which is impl'd on ZSTs representing properties/types for a specific elliptic curve.
I think Curve is supposed to be a trait for an element of an elliptic curve group (and has Group as a supertrait already), and as such might be better named CurveGroup.
The text was updated successfully, but these errors were encountered:
I've found the name
Curve
a bit confusing as a trait impl'd onProjectivePoint
s, especially since in @RustCrypto we have anelliptic_curve::Curve
trait which is impl'd on ZSTs representing properties/types for a specific elliptic curve.I think
Curve
is supposed to be a trait for an element of an elliptic curve group (and hasGroup
as a supertrait already), and as such might be better namedCurveGroup
.The text was updated successfully, but these errors were encountered: