ECPoint
elliptic curve point in homogeneous coordinates (X,Y,Z) to access affine coordinates, normalize the point. the point at infinity cannot be normalized.
See also
Inheritors
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
normalizes this point, converting it to affine coordinates. throws for the point at infinity.
Link copied to clipboard
Link copied to clipboard
normalizes this point, converting it to affine coordinates. returns null for the point at infinity.
Link copied to clipboard