Point Addition And The Elliptic Curve Group
10 min read
Core idea: Point addition turns the curve's valid points into a consistent arithmetic system.
Addition rules
- Different points: Draw the line through and , find its third curve intersection, then reflect that intersection across the x-axis to obtain .
- Doubling: When , use the tangent at instead of a line through two distinct points.
- Inverse: If , then and
- Identity: The point at infinity acts like zero:
Group view
means all valid real-curve points together with . Under point addition they form an abelian group: the operation is closed, associative, has an identity and inverses, and is commutative.
Next: Reuse point addition efficiently to compute .