View Source Tezex.Crypto.PublicKey (tezex v1.0.0-rc2)

Holds public key data.

Parameters:

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

Link to this section Summary

Link to this section Types

@type t() :: %Tezex.Crypto.PublicKey{
  curve: Tezex.Crypto.Curve.t(),
  point: Tezex.Crypto.Point.t()
}