Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Free functions

read_n_bytesReads n bytes from a byte array starting from a given index. Requirements:…
to_byte_arrayConverts a value to a byte array with a given base and padding. Requirements:…
hash_byte_arrayReturns a unique hash given a ByteArray. The hash is computed by serializing the data into a span of felts, and then hashing the span using the Pedersen hash algorithm.