starkbank_ecdsa v1.0.0 EllipticCurve.PublicKey.Data View Source

Link to this section Summary

Functions

Holds public key data. Is usually extracted from .pem files or from the private key itself.

Link to this section Functions

Link to this function

%EllipticCurve.PublicKey.Data{}

View Source (struct)

Holds public key data. Is usually extracted from .pem files or from the private key itself.

Parameters:

  • point [%EllipticCurve.Utils.Point]: public key point data;
  • curve [%EllipticCurve.Curve.Data]: public key curve information;