starkbank_ecdsa v1.1.0 EllipticCurve.Point View Source

Link to this section Summary

Functions

Holds point data. Is usually handled internally by the library and serves only as detailed information to the end-user.

Link to this section Functions

Link to this function

%EllipticCurve.Point{}

View Source (struct)

Holds point data. Is usually handled internally by the library and serves only as detailed information to the end-user.

Parameters:

  • :x [integer]: first point coordinate;
  • :y [integer]: first point coordinate;
  • :z [integer]: first point coordinate (used only in Jacobian coordinates);