miden_objects

Module vm

Source

Structs§

  • Inputs container to initialize advice provider for the execution of Miden VM programs.
  • Defines a set of non-deterministic (advice) inputs which the VM can access by their keys.
  • A proof of correct execution of Miden VM.
  • An executable program for Miden VM.
  • A program information set consisting of its MAST root and set of kernel procedure roots used for its compilation.
  • A newtype wrapper around a usize value representing a step in the execution trace.
  • Defines the initial state of the VM’s operand stack.
  • Output container for Miden VM programs.