![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| std::string | HexStr (std::span< const uint8_t > s) |
| Convert a span of bytes to a lower-case hexadecimal string. | |
| std::string | HexStr (std::span< const char > s) |
| std::string | HexStr (std::span< const std::byte > s) |
| signed char | HexDigit (char c) |
Definition at line 64 of file hex_base.cpp.
|
inline |
|
inline |
| std::string HexStr | ( | std::span< const uint8_t > | s | ) |
Convert a span of bytes to a lower-case hexadecimal string.
Definition at line 30 of file hex_base.cpp.