starkbank_ecdsa v1.0.1 EllipticCurve.Utils.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.Utils.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);