SNode.C
|
Go to the source code of this file.
Namespaces | |
namespace | base64 |
Functions | |
std::string | base64::serverWebSocketKey (const std::string &clientWebSocketKey) |
std::string | base64::base64_encode (const unsigned char *bytes_to_encode, std::size_t length) |
std::string | base64::base64_decode (const std::string &encoded_string) |