| encode_u8_array | Encodes an array of u8 bytes into Base64 format This function takes an array of bytes and converts them to Base64 encoding… |
| encode_felt | Encodes 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_array | Encodes 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… |