pub fn from_read<R>(reader: &mut R) -> Result<MerkleTree, Error>where R: Read,
Compute a merkle tree from a std::io::Read.
std::io::Read