Implement quiche::QuicheTextUtils::HexDump() within QUICHE. The implementation is based on https://source.chromium.org/chromium/chromium/src/+/master:net/base/hex_utils.cc;l=13-45;drc=43b334ad1641a94cb11dec0d8023be47b16a66c0 with some tweaks and using Abseil instead of Chromium's base. Also move some other non-trivial QuicheTextUtils method definitions to .cc file, and add empty test case for HexDump(). PiperOrigin-RevId: 370724763 Change-Id: I780f5ccc889929331d66538b555790c0789a4efa
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.
Code can be viewed in CodeSearch in Quiche and is imported into Chromium.