22 #ifndef INCLUDE_BASE64_H_ 23 #define INCLUDE_BASE64_H_ 35 void encode(
const std::vector<uint8_t>& aInput, std::vector<uint8_t>& aOutput );
37 void decode(
const std::vector<uint8_t>& aInput, std::vector<uint8_t>& aOutput );
void encode(const std::vector< uint8_t > &aInput, std::vector< uint8_t > &aOutput)
void decode(const std::vector< uint8_t > &aInput, std::vector< uint8_t > &aOutput)
size_t decode_length(size_t aInputLen)
size_t encode_length(size_t aInputLen)