pub fn root_from_reader(reader: impl Read) -> Result<Hash, Error>
Computes the merkle root of the contents of a std::io::Read.
std::io::Read