• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//*********************************************************************
2//* Base64 - a simple base64 encoder and decoder.
3//*
4//*     Copyright (c) 1999, Bob Withers - bwit@pobox.com
5//*
6//* This code may be freely used for any purpose, either personal
7//* or commercial, provided the authors copyright notice remains
8//* intact.
9//*
10//* Enhancements by Stanley Yamane:
11//*     o reverse lookup table for the decode function
12//*     o reserve string buffer space in advance
13//*
14//*********************************************************************
15