Expand description
Utility functions and test utils
Re-exports§
pub use test_utils::*;
Modules§
Structs§
Functions§
- air_
test - air_
test_ impl - Executes and proves the VM and returns the final memory state.
If
debug
is true, runs the debug prover. - air_
test_ with_ min_ segments - Executes and proves the VM and returns the final memory state.
- cpu_
proving_ ctx_ to_ gpu - next_
power_ of_ two_ or_ zero - Return either 0 if n is zero or the next power of two of n. Used to resize the number of rows in a trace matrix.
- slice_
as_ ⚠bytes - Safety
- transmute_
field_ to_ u32 - transmute_
u32_ to_ field