Content-addressed identity of a governance gate receipt.
Summary
Types
@type t() :: %Spectre.Gate.Receipt.Ref{algorithm: :sha256, digest: String.t()}
Functions
@spec new(Spectre.Gate.Receipt.t()) :: t()
@spec verify(t(), Spectre.Gate.Receipt.t()) :: :ok | {:error, term()}