root_from_reader

Function root_from_reader 

Source
pub fn root_from_reader(reader: impl Read) -> Result<Hash, Error>
Expand description

Computes the merkle root of the contents of a std::io::Read.