Crate brillig

source ·
Expand description

The Brillig bytecode is distinct from regular ACIR in that it does not generate constraints. This is a generalization over the fixed directives that exists within in the ACVM.

Structs§

Enums§

  • Binary fixed-length field expressions
  • Binary fixed-length integer expressions
  • These opcodes provide an equivalent of ACIR blackbox functions. They are implemented as native functions in the VM.
  • Single output of a foreign call.
  • Describes the memory layout for an array/vector element
  • Lays out various ways an external foreign call’s input and output data may be interpreted inside Brillig. This data can either be an individual value or memory.

Type Aliases§