View Source Tezex.Crypto.Point (tezex v2.0.0)

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

Parameters:

Summary

Types

@type t() :: %Tezex.Crypto.Point{
  x: non_neg_integer(),
  y: non_neg_integer(),
  z: non_neg_integer()
}

Functions

@spec is_at_infinity?(t()) :: boolean()