Home | History | Annotate | only in /external/chromium_org/third_party/modp_b64
Up to higher level directory
NameDateSize
BUILD.gn23-Apr-2015276
LICENSE23-Apr-20151.7K
modp_b64.cc23-Apr-20157.6K
modp_b64.gyp23-Apr-20151.2K
modp_b64.h23-Apr-20154.4K
modp_b64.target.darwin-arm.mk23-Apr-20156.5K
modp_b64.target.darwin-arm64.mk23-Apr-20156K
modp_b64.target.darwin-mips.mk23-Apr-20156.2K
modp_b64.target.darwin-mips64.mk23-Apr-20156.2K
modp_b64.target.darwin-x86.mk23-Apr-20156.2K
modp_b64.target.darwin-x86_64.mk23-Apr-20156.2K
modp_b64.target.linux-arm.mk23-Apr-20156.5K
modp_b64.target.linux-arm64.mk23-Apr-20156K
modp_b64.target.linux-mips.mk23-Apr-20156.2K
modp_b64.target.linux-mips64.mk23-Apr-20156.2K
modp_b64.target.linux-x86.mk23-Apr-20156.2K
modp_b64.target.linux-x86_64.mk23-Apr-20156.2K
modp_b64_data.h23-Apr-201529.2K
modp_b64_nacl.gyp23-Apr-2015682
OWNERS23-Apr-201543
README.chromium23-Apr-2015508

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