SNode.C
Loading...
Searching...
No Matches
base64.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  base64
 

Functions

std::string base64::serverWebSocketKey (const std::string &clientWebSocketKey)
 
static bool base64::is_base64 (char c)
 
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)