10template <
unsigned int BITS>
13 uint8_t m_data_rev[WIDTH];
14 for (
int i = 0; i < WIDTH; ++i) {
15 m_data_rev[i] = m_data[WIDTH - 1 - i];
20template <
unsigned int BITS>
std::string ToString() const
std::string GetHex() const
static const uint256 ZERO
std::string HexStr(const std::span< const uint8_t > s)
Convert a span of bytes to a lower-case hexadecimal string.