Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.bp | 05-Oct-2017 | 869 | |
BUILD.gn | 05-Oct-2017 | 412 | |
common.mk | 05-Oct-2017 | 32.1K | |
DEPS | 05-Oct-2017 | 31 | |
LICENSE | 05-Oct-2017 | 1.7K | |
Makefile | 05-Oct-2017 | 747 | |
modp_b64/ | 05-Oct-2017 | ||
modp_b64.cc | 05-Oct-2017 | 7.6K | |
modp_b64.gyp | 05-Oct-2017 | 1.2K | |
modp_b64_data.h | 05-Oct-2017 | 29.1K | |
modp_b64_nacl.gyp | 05-Oct-2017 | 590 | |
MODULE_LICENSE_BSD | 05-Oct-2017 | 0 | |
NOTICE | 05-Oct-2017 | 1.7K | |
README.chromium | 05-Oct-2017 | 508 |
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