dune-grid 2.9.0
Classes | Namespaces
b64enc.hh File Reference

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...
 

Detailed Description

Simple base64 encode.

Author
Christian Engwer

We implement the base64 encoding (c.f. RFC 4648 https://tools.ietf.org/html/rfc4648).