Function lcxx::decode::base64

Function Documentation

auto lcxx::decode::base64(std::string const &input) -> std::vector<std::byte>

takes a base64 encoded string and returns the contained bytes as a vector

Parameters:

input – a string representing base64 encoded data

Returns:

std::vector< std::byte > the input data in byte form