5#ifndef BITCOIN_CRYPTO_HEX_BASE_H
6#define BITCOIN_CRYPTO_HEX_BASE_H
18std::string
HexStr(
const std::span<const uint8_t>
s);
signed char HexDigit(char c)
std::string HexStr(const std::span< const uint8_t > s)
Convert a span of bytes to a lower-case hexadecimal string.
constexpr auto MakeUCharSpan(const V &v) -> decltype(UCharSpanCast(std::span{v}))
Like the std::span constructor, but for (const) unsigned char member types only.