Re-exports§
pub use triton_vm;
pub use triton_vm::twenty_first;
Modules§
- Memory convention used in this crate:
- Re-exports the most commonly-needed APIs of TASM Lib.
Macros§
- Convenience macro, so that we don’t have to write
- Convenience macro, so that we don’t have to write
Structs§
Functions§
- Execute a Triton-VM program and return its output and execution trace length
- Execute a Triton-VM program and test correct behavior indicators. Modify stack and memory. Panic if anything goes wrong.
- Prepare state and run Triton VM
- A thin wrapper around
VM::profile
. - maybe_
write_ debuggable_ program_ to_ disk Deprecated - If the environment variable “TRITON_TUI” is set, write the initial VM state to file
vm_state.json
. - Run prover on the program, with stack-initialization converted to code.