ports/devel/cppcodec/pkg-plist
Jason W. Bacon 5679cabff6 devel/cppcodec: Library to encode/decode base64, base64url, etc.
Header-only C++11 library to encode/decode base64, base64url, base32,
base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus
Crockford's base32.

MIT licensed with consistent, flexible API. Supports raw pointers,
std::string and (templated) character vectors without unnecessary
allocations. Cross-platform with measured decent performance and
without compiler warnings.
2025-09-05 18:28:56 -05:00

27 lines
970 B
Plaintext

include/cppcodec/base32_crockford.hpp
include/cppcodec/base32_default_crockford.hpp
include/cppcodec/base32_default_hex.hpp
include/cppcodec/base32_default_rfc4648.hpp
include/cppcodec/base32_hex.hpp
include/cppcodec/base32_rfc4648.hpp
include/cppcodec/base64_default_rfc4648.hpp
include/cppcodec/base64_default_url.hpp
include/cppcodec/base64_default_url_unpadded.hpp
include/cppcodec/base64_rfc4648.hpp
include/cppcodec/base64_url.hpp
include/cppcodec/base64_url_unpadded.hpp
include/cppcodec/data/access.hpp
include/cppcodec/data/raw_result_buffer.hpp
include/cppcodec/detail/base32.hpp
include/cppcodec/detail/base64.hpp
include/cppcodec/detail/codec.hpp
include/cppcodec/detail/config.hpp
include/cppcodec/detail/hex.hpp
include/cppcodec/detail/stream_codec.hpp
include/cppcodec/hex_default_lower.hpp
include/cppcodec/hex_default_upper.hpp
include/cppcodec/hex_lower.hpp
include/cppcodec/hex_upper.hpp
include/cppcodec/parse_error.hpp
share/pkgconfig/cppcodec-1.pc