Functions | |
| const std::string | encode64 (const std::string &input) |
| const std::string | decode64 (const std::string &input) |
|
|
Base64-decodes the input according to RFC 3548.
Definition at line 83 of file base64.cpp. |
|
|
Base64-encodes the input according to RFC 3548.
Definition at line 38 of file base64.cpp. |
1.4.1