Representing a point
We call a Point
an element of the elliptic curve group, which we can represent with its coordinates. Let's define a Point
class to encapsulate the and coordinates in the generalised curve equation of .
Last updated
Was this helpful?