10template <
unsigned int BITS>
13 uint8_t m_data_rev[
WIDTH];
14 for (
int i = 0; i <
WIDTH; ++i) {
20template <
unsigned int BITS>
std::string GetHex() const
static constexpr int WIDTH
std::string ToString() const
std::array< uint8_t, WIDTH > m_data
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.