-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
Description
Review IsEllipticCurve, shortWeierstrassProjectivePoint, ProjectivePoint.
For example:
pub struct ProjectivePoint<E: IsEllipticCurve> {
pub value: [FieldElement<E::BaseField>; 3],
}or
pub struct ShortWeierstrassProjectivePoint<E: IsEllipticCurve>(ProjectivePoint<E>);It could be defined with a named field like point: ProjectivePoint<E>, so we can avoid using .0.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo