Bitcoin Core 28.99.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
std::string | HexStr (const Span< const uint8_t > s) |
Convert a span of bytes to a lower-case hexadecimal string. More... | |
signed char | HexDigit (char c) |
Variables | |
const signed char | p_util_hexdigit [256] |
signed char HexDigit | ( | char | c | ) |
std::string HexStr | ( | const Span< const uint8_t > | s | ) |
Convert a span of bytes to a lower-case hexadecimal string.
Definition at line 29 of file hex_base.cpp.
const signed char p_util_hexdigit[256] |
Definition at line 45 of file hex_base.cpp.