Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Free functions

shift_bitComputes 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_felt252Computes 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_u128Computes 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….