Functions | |
std::vector< uint8_t > | decode (std::string_view in) |
std::string | encode (utils::byte_string_view bytes) |
std::vector< uint8_t > base64::decode | ( | std::string_view | in | ) |
Definition at line 221 of file base64.cpp.
References in.
Referenced by BOOST_AUTO_TEST_CASE(), and image::load_image_data_uri().
std::string base64::encode | ( | utils::byte_string_view | bytes | ) |
Definition at line 225 of file base64.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and filesystem::read_file_as_data_uri().