5 #ifndef BITCOIN_CRYPTO_HEX_BASE_H 6 #define BITCOIN_CRYPTO_HEX_BASE_H 23 #endif // BITCOIN_CRYPTO_HEX_BASE_H
signed char HexDigit(char c)
constexpr auto MakeUCharSpan(V &&v) -> decltype(UCharSpanCast(Span
Like the Span constructor, but for (const) unsigned char member types only.
A Span is an object that can refer to a contiguous sequence of objects.
std::string HexStr(const Span< const uint8_t > s)
Convert a span of bytes to a lower-case hexadecimal string.