GitWatcherBot 1.0.0
A Telegram Bot that notifies you when a new change is made in your repositories (issues, pull requests, stars, forks, and watches)
Loading...
Searching...
No Matches
Base64.hpp File Reference
#include <vector>
#include <string>

Go to the source code of this file.

Functions

static std::string base64Encode (const std::string &in)
 Encodes string to base64.
 
static std::string base64Decode (const std::string &in)
 Decodes base64 to string.
 

Function Documentation

◆ base64Decode()

static std::string base64Decode ( const std::string &  in)
static

Decodes base64 to string.

Definition at line 26 of file Base64.hpp.

◆ base64Encode()

static std::string base64Encode ( const std::string &  in)
static

Encodes string to base64.

Definition at line 7 of file Base64.hpp.