Signature
Examples
Trait functions
get_coordinates
Returns the x and y coordinates of the curve point.Signature
add
Performs elliptic curve point addition. Addsself
and other
following the curve’s addition law and returns
the resulting point.
Signature
mul
Performs scalar multiplication of a curve point. Multipliesself
by the given scalar value.