pub fn read_block_from_tcp_stream( tcp_stream: &mut TcpStream, check_digest: Digest, ) -> Result<Vec<u8>, HubError>