5#ifndef BITCOIN_CRYPTO_HEX_BASE_H
6#define BITCOIN_CRYPTO_HEX_BASE_H
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.
signed char HexDigit(char c)
constexpr auto MakeUCharSpan(V &&v) -> decltype(UCharSpanCast(Span{std::forward< V >(v)}))
Like the Span constructor, but for (const) unsigned char member types only.