Manifest:

base_64.h:

This is the header file for my implementation of a base64 encoder/decoder.  Documentation,
such as it is, may be found within this file, or use the base_xx.cpp file to see examples
of how you might use the objects.

base_32.h

This is the header file for my implementation of a base32 encoder/decoder.  Documentation,
such as it is, may be found within this file, or use the base_xx.cpp file to see examples
of how you might use the objects.

base_16.h

This is the header file for my implementation of a base16 encoder/decoder.  Documentation,
such as it is, may be found within this file, or use the base_xx.cpp file to see examples
of how you might use the objects.

base_xx.cpp:

This is a simple test program.  When compiled under WIN32, it should provide some performance
characteristics.  The test program uses both the base_64.h header, and the 'C' implementation
(with wrapper) provided by http://sourceforge.net/projects/libb64.

base_xx.vcxproj:

Project file for use with VC++ 2010.

b64/

Source code as provided by http://sourceforge.net/projects/libb64.
