Re-exports§
- pub use triton_vm;
- pub use triton_vm::twenty_first;
Modules§
- arithmetic
- array
- data_type 
- exported_snippets 
- hashing
- io
- library
- linker
- list
- List operations, mimicking Vecin some ways (but not in others).
- memory
- Memory convention used in this crate:
- mmr
- neptune
- prelude
- Re-exports the most commonly-needed APIs of TASM Lib.
- rust_shadowing_ helper_ functions 
- snippet_bencher 
- structure
- test_helpers 
- traits
- verifier
Macros§
- field
- Convenience macro, so that we don’t have to write
- field_with_ size 
- Convenience macro, so that we don’t have to write
Structs§
Functions§
- empty_stack 
- execute_bench_ deprecated 
- Execute a Triton-VM program and return its output and execution trace length
- generate_full_ profile 
- A thin wrapper around VM::profile.
- maybe_write_ debuggable_ vm_ state_ to_ disk 
- If the environment variable TASMLIB_TRITON_TUI is set, write the initial VM state
to file vm_state.json.
- prove_and_ verify 
- Run prover on the program, with stack-initialization converted to code.
- push_encodable