openvm_
circuit
0.1.0-alpha
Module utils
Module Items
Functions
In crate openvm_
circuit
openvm_circuit
Module
utils
Copy item path
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.