Anoma.CairoResource.LogicInstance (Anoma v0.29.0)

I represent the resource logic's public inputs.

Summary

Types

@type t() :: %Anoma.CairoResource.LogicInstance{
  app_data: [<<_::256>>],
  cipher: [<<_::256>>],
  root: <<_::256>>,
  tag: <<_::256>>
}

Functions

Link to this function

decrypt(cihper, sk)

@spec decrypt([binary()], binary()) :: [binary()]
Link to this function

from_public_input(public_input)

@spec from_public_input(binary()) :: t()