fuchsia_merkle

Function from_read

Source
pub fn from_read<R>(reader: &mut R) -> Result<MerkleTree, Error>
where R: Read,
Expand description

Compute a merkle tree from a std::io::Read.