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