Home | History | Annotate | only in /external/modp_b64
Up to higher level directory
NameDateSize
Android.bp21-Aug-2018869
BUILD.gn21-Aug-2018412
common.mk21-Aug-201832.1K
DEPS21-Aug-201831
LICENSE21-Aug-20181.7K
Makefile21-Aug-2018747
modp_b64/21-Aug-2018
modp_b64.cc21-Aug-20187.6K
modp_b64.gyp21-Aug-20181.2K
modp_b64_data.h21-Aug-201829.1K
modp_b64_nacl.gyp21-Aug-2018590
MODULE_LICENSE_BSD21-Aug-20180
NOTICE21-Aug-20181.7K
README.chromium21-Aug-2018508

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