Crate spawn_base64
Source - base64_decode
- Base64 decoding function for Ethereum smart contracts
Decodes a Base64 string back into bytes. Now with proper error handling.
- base64_decode_url_safe
- URL-safe Base64 decoding function
Decodes a URL-safe Base64 string back into bytes. Now with proper error handling.
- base64_encode
- Base64 encoding function for Ethereum smart contracts
Encodes input bytes into a Base64 string.
- base64_encode_url_safe
- URL-safe Base64 encoding function
Encodes input bytes into a URL-safe Base64 string.