NAME
A function of omni::crypto::base64
OVERLOADS
omni::crypto::base64::encode
A function of omni::crypto::base64
#include <omni/crypto/base64.hpp>inline std::string omni::crypto::base64::encode(unsigned char const* data, std::size_t size, bool url)OVERLOADS
inline std::string omni::crypto::base64::encode(unsigned char const* data, std::size_t size)
inline std::string omni::crypto::base64::encode(const std::string& data, bool url)
inline std::string omni::crypto::base64::encode(const std::string& data)