tasm_lib

Function execute_with_terminal_state

Source
pub fn execute_with_terminal_state(
    program: Program,
    std_in: &[BFieldElement],
    stack: &[BFieldElement],
    nondeterminism: &NonDeterminism,
    maybe_sponge: Option<VmHasher>,
) -> Result<VMState, InstructionError>
Expand description

Prepare state and run Triton VM