xref: /aosp_15_r20/external/modp_b64/README.chromium (revision c3cd14fb6370b1f0a2b85e79eb9b360b8782fd16)
1*c3cd14fbSJerome GaillardName: modp base64 decoder
2*c3cd14fbSJerome GaillardShort Name: stringencoders
3*c3cd14fbSJerome GaillardURL: http://code.google.com/p/stringencoders/
4*c3cd14fbSJerome GaillardVersion: unknown
5*c3cd14fbSJerome GaillardLicense: BSD
6*c3cd14fbSJerome GaillardSecurity Critical: yes
7*c3cd14fbSJerome Gaillard
8*c3cd14fbSJerome GaillardDescription:
9*c3cd14fbSJerome GaillardThe modp_b64.c file was modified to remove the inclusion of modp's config.h
10*c3cd14fbSJerome Gaillardand to fix compilation errors that occur under VC8.  The file was renamed
11*c3cd14fbSJerome Gaillardmodp_b64.cc to force it to be compiled as C++ so that the inclusion of
12*c3cd14fbSJerome Gaillardbasictypes.h could be possible.
13*c3cd14fbSJerome Gaillard
14*c3cd14fbSJerome GaillardThe modp_b64.cc and modp_b64.h files were modified to make them safe on
15*c3cd14fbSJerome Gaillard64-bit systems.
16