Module which defines base64 functions.
const E_DECODE_FAILED: u64 = 1;
@param input: bytes to be encoded Encode the input bytes with Base64 algorithm and returns an encoded base64 string
@param encoded_input: encoded base64 string Decode the base64 string and returns the original bytes