Class: ECP

verificatum.arithm.ec.ECP(len, x, y, z)

new ECP(len, x, y, z)

Container class for raw elliptic curve points.
Parameters:
Name Type Description
len Number of limbs to be used to represent the coordinates of the point.
x x-coordinate of point on the curve.
y y-coordinate of point on the curve.
z z-coordinate of point on the curve.
Source: