5#ifndef BITCOIN_UINT256RADIXKEY_H
6#define BITCOIN_UINT256RADIXKEY_H
32 "Uint256RadixKey key size should be 256 bits");
arith_uint256 UintToArith256(const uint256 &a)
256-bit unsigned big integer.
Template base class for unsigned big integers.
uint64_t GetLow64() const
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
Facility for using an uint256 as a radix tree key.
Uint256RadixKey operator>>(uint32_t shift) const
Uint256RadixKey(const uint256 &keyIn)
Uint256RadixKey(const base_uint< 256 > &keyIn)
Uint256RadixKey operator&(const Uint256RadixKey &mask) const