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.
uint64_t GetLow64() const
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