pub fn address_from_256_from_reader<R: Read>(r: &mut R) -> Result<Address>
Reads a 32-byte padded address from a reader (last 20 bytes are the address).