nsnake
Classic snake game for the terminal
|
Utilities to encode and decode from the Base64 format. More...
Functions | |
std::string | encode (std::string str) |
Transforms #str into a Base64 equivalent. | |
std::string | decode (std::string const &s) |
Transforms a Base64-encoded #str into it's regular string equivalent. | |
Utilities to encode and decode from the Base64 format.