Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Free functions

encode_u8_arrayEncodes an array of u8 bytes into Base64 format This function takes an array of bytes and converts them to Base64 encoding…
encode_feltEncodes a felt252 value into Base64 format This function converts a felt252 value to its Base64 representation using a specialized algorithm that handles the large numeric range of felt252….
encode_byte_arrayEncodes a ByteArray into a Base64 encoded ByteArray. This function processes the input binary data in chunks of 3 bytes, converts them into their corresponding 6-bit values, and combines…