Home | History | Annotate | only in /external/chromium_org/third_party/modp_b64
Up to higher level directory
NameDateSize
BUILD.gn03-Dec-2014276
LICENSE03-Dec-20141.7K
modp_b64.cc03-Dec-20147.6K
modp_b64.gyp03-Dec-20141.2K
modp_b64.h03-Dec-20144.4K
modp_b64.target.darwin-arm.mk03-Dec-20147.2K
modp_b64.target.darwin-arm64.mk03-Dec-20146.6K
modp_b64.target.darwin-mips.mk03-Dec-20146.8K
modp_b64.target.darwin-x86.mk03-Dec-20146.8K
modp_b64.target.darwin-x86_64.mk03-Dec-20146.8K
modp_b64.target.linux-arm.mk03-Dec-20147.2K
modp_b64.target.linux-arm64.mk03-Dec-20146.6K
modp_b64.target.linux-mips.mk03-Dec-20146.8K
modp_b64.target.linux-x86.mk03-Dec-20146.8K
modp_b64.target.linux-x86_64.mk03-Dec-20146.8K
modp_b64_data.h03-Dec-201429.2K
modp_b64_nacl.gyp03-Dec-2014682
OWNERS03-Dec-201443
README.chromium03-Dec-2014508

README.chromium

      1 Name: modp base64 decoder
      2 Short Name: stringencoders
      3 URL: http://code.google.com/p/stringencoders/
      4 Version: unknown
      5 License: BSD
      6 Security Critical: yes
      7 
      8 Description:
      9 The modp_b64.c file was modified to remove the inclusion of modp's config.h
     10 and to fix compilation errors that occur under VC8.  The file was renamed
     11 modp_b64.cc to force it to be compiled as C++ so that the inclusion of
     12 basictypes.h could be possible.
     13 
     14 The modp_b64.cc and modp_b64.h files were modified to make them safe on
     15 64-bit systems.
     16