dune-grid 2.9.0
|
Simple base64 encode. More...
#include <assert.h>
Go to the source code of this file.
Classes | |
struct | Dune::b64chunk |
struct representing the three byte text as well as the four 6 bit chunks More... | |
Namespaces | |
namespace | Dune |
Include standard header files. | |
Variables | |
const char | Dune::base64table [] |
endoing table More... | |
Simple base64 encode.
We implement the base64 encoding (c.f. RFC 4648 https://tools.ietf.org/html/rfc4648).