LifeV
|
An algorithm to encode / decode a string into base64 format. More...
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Functions | |
std::string | base64_encode (unsigned char const *, UInt len) |
std::string | base64_decode (std::string const &s) |
An algorithm to encode / decode a string into base64 format.
The code was written by RenŽ Nyffenegger (original Copyright notice follows)
Definition in file EncoderBase64.hpp.