Function cairo_vm::math_utils::pow2_const_nz

source ยท
pub fn pow2_const_nz(n: u32) -> &'static NonZeroFelt
Expand description

Returns the nth (up to the 251th power) power of 2 as a [&stark_felt::NonZeroFelt] in constant time. It silently returns 1 if the input is out of bounds.