Module utils
openvm_
circuit
1.0.0
Module utils
Module Items
Functions
In crate openvm_
circuit
Modules
arch
system
utils
openvm_circuit
Module
utils
Copy item path
Settings
Help
Summary
Source
Expand description
Utility functions and test utils
Functions
§
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.