pub fn uint256_from_reader<R: Read>(r: &mut R) -> Result<U256>
Reads a U256 from a reader (big-endian).