| shift_bit | Computes 2^number for bit positions 0-7 within a byte This helper function returns the value of 2 raised to the given power,… |
| one_shift_left_bytes_felt252 | Computes 256^n_bytes for felt252 byte shifting operations This function calculates the value needed to shift bytes within a felt252 value…. |
| one_shift_left_bytes_u128 | Computes 256^n_bytes for u128 byte shifting operations This function provides a lookup table for powers of 256 up to 256^15, which covers the full range of byte positions within a u128 value…. |