Check if two points are equal.
Check if a point is infinite.
Add two points together. Returns a new point.
Doubles the point provided. Returns a new point.
Multiply a point by a bigint or Buffer. If the value is 1, the same point will be returned. Otherwise, it returns a new point.
1
Get a point as a SEC1 encoded Buffer.
Generated using TypeDoc
Check if two points are equal.