one_shift_left_bytes_felt252
Shifts 1 left by the specified number of bytes for felt252 values
Arguments
n_bytes- The number of bytes to shift left
Returns
felt252- The result of 1 shifted left by n_bytes * 8 bits
Fully qualified path: alexandria_data_structures::bit_array::one_shift_left_bytes_felt252
pub fn one_shift_left_bytes_felt252(n_bytes: u32) -> felt252