Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
modp_b64.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
modp_b64.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
modp_b64_data.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: modp base64 decoder
Short Name: stringencoders
URL: https://github.com/client9/stringencoders
Version: unknown
License: BSD
Security Critical: yes

Description:
The modp_b64.c file was modified to remove the inclusion of modp's config.h
and to fix compilation errors that occur under VC8. The file was renamed
modp_b64.cc to force it to be compiled as C++ so that the inclusion of
basictypes.h could be possible.

The modp_b64.cc and modp_b64.h files were then modified to make them safe on
64-bit systems, avoid misaligned read/write on little-endian hardware, and
remove unreachable code.