Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
BUILD.gn | 16-Dec-2014 | 276 | |
LICENSE | 16-Dec-2014 | 1.7K | |
modp_b64.cc | 16-Dec-2014 | 7.6K | |
modp_b64.gyp | 16-Dec-2014 | 1.2K | |
modp_b64.h | 16-Dec-2014 | 4.4K | |
modp_b64.target.darwin-arm.mk | 10-Mar-2015 | 6.5K | |
modp_b64.target.darwin-arm64.mk | 10-Mar-2015 | 6K | |
modp_b64.target.darwin-mips.mk | 10-Mar-2015 | 6.2K | |
modp_b64.target.darwin-mips64.mk | 10-Mar-2015 | 6.2K | |
modp_b64.target.darwin-x86.mk | 10-Mar-2015 | 6.2K | |
modp_b64.target.darwin-x86_64.mk | 10-Mar-2015 | 6.2K | |
modp_b64.target.linux-arm.mk | 10-Mar-2015 | 6.5K | |
modp_b64.target.linux-arm64.mk | 10-Mar-2015 | 6K | |
modp_b64.target.linux-mips.mk | 10-Mar-2015 | 6.2K | |
modp_b64.target.linux-mips64.mk | 10-Mar-2015 | 6.2K | |
modp_b64.target.linux-x86.mk | 10-Mar-2015 | 6.2K | |
modp_b64.target.linux-x86_64.mk | 10-Mar-2015 | 6.2K | |
modp_b64_data.h | 16-Dec-2014 | 29.2K | |
modp_b64_nacl.gyp | 16-Dec-2014 | 682 | |
OWNERS | 16-Dec-2014 | 43 | |
README.chromium | 16-Dec-2014 | 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