1 #ifndef GENESIS_UTILS_IO_BASE64_H_
2 #define GENESIS_UTILS_IO_BASE64_H_
45 std::string
base64_encode( std::vector<std::uint8_t>
const& input,
size_t line_length = 76 );
46 std::string
base64_encode( std::string
const& input,
size_t line_length = 76 );
54 #endif // include guard